mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-24 15:41:55 +00:00
19 lines
368 B
C++
19 lines
368 B
C++
|
// Copyright 2021, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Header with just documentation.
|
||
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
||
|
* @ingroup aux_math
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
|
||
|
namespace xrt::auxiliary {
|
||
|
//! C++-only functionality in the Math helper library
|
||
|
namespace math {
|
||
|
|
||
|
} // namespace math
|
||
|
} // namespace xrt::auxiliary
|