@@ -48,8 +48,6 @@ namespace detail
template <typename T> struct tmat4x3;
template <typename T> struct tmat4x4;
- /// @brief Template for 2 * 2 matrix of floating-point numbers.
- /// @ingroup core_template
template <typename T>
struct tmat2x2
{
- /// @brief Template for 2 columns and 3 rows matrix of floating-point numbers.
struct tmat2x3
- /// Template for 2 columns and 4 rows matrix of floating-point numbers.
struct tmat2x4
- /// @brief Template for 3 columns and 2 rows matrix of floating-point numbers.
struct tmat3x2
- /// @brief Template for 3 * 3 matrix of floating-point numbers.
struct tmat3x3
- // \brief Template for 3 columns and 4 rows matrix of floating-point numbers.
- // \ingroup core_template
struct tmat3x4
- // \brief Template for 4 columns and 2 rows matrix of floating-point numbers.
struct tmat4x2
- /// @brief Template for 4 columns and 3 rows matrix of floating-point numbers.
struct tmat4x3
- // \brief Template for 4 * 4 matrix of floating-point numbers.
struct tmat4x4
@@ -44,8 +44,6 @@ namespace detail
template <typename T> struct tvec3;
template <typename T> struct tvec4;
- /// The basic 2D vector type.
struct tvec2
template <typename T> struct tvec2;
- /// Basic 3D vector type.
struct tvec3
- // Basic 4D vector type.
- // @ingroup core_template
struct tvec4