Berserk
|
#include <core/Config.hpp>
#include <core/Typedefs.hpp>
#include <core/math/MathUtils.hpp>
#include <core/math/TVecN.hpp>
#include <array>
#include <cassert>
Go to the source code of this file.
Classes | |
class | TMatMxN< T, M, N > |
Generic matrix of M x N size for space of type T. More... | |
struct | TDetMxN< T, 1, 1 > |
struct | TDetMxN< T, 2, 2 > |
struct | TDetMxN< T, DN, DN > |
class | TDetMxN< T, DM, DN > |
Matrix det evaluation helper. More... | |
Typedefs | |
using | Mat2x2f = TMatMxN< float, 2, 2 > |
using | Mat3x3f = TMatMxN< float, 3, 3 > |
using | Mat4x4f = TMatMxN< float, 4, 4 > |