|
@@ -48,8 +48,6 @@ namespace detail
|
|
|
template <typename T> struct tmat4x3;
|
|
template <typename T> struct tmat4x3;
|
|
|
template <typename T> struct tmat4x4;
|
|
template <typename T> struct tmat4x4;
|
|
|
|
|
|
|
|
- /// @brief Template for 2 columns and 3 rows matrix of floating-point numbers.
|
|
|
|
|
- /// @ingroup core_template
|
|
|
|
|
template <typename T>
|
|
template <typename T>
|
|
|
struct tmat2x3
|
|
struct tmat2x3
|
|
|
{
|
|
{
|