Go to the source code of this file.
|
class | mathter::Vector< T, Dim, Packed > |
| Represents a vector in N-dimensional space. More...
|
|
class | mathter::Swizzle< T, Indices > |
| Enables element swizzling (reordering elements) for vectors. More...
|
|
class | mathter::Matrix< T, Rows, Columns, Order, Layout, Packed > |
|
class | mathter::SubmatrixHelper< MatrixT, SRows, SColumns > |
|
class | mathter::Quaternion< T, Packed > |
| Allows you to do quaternion math and represent rotation in a compact way. More...
|
|
|
constexpr int | mathter::DYNAMIC = -1 |
| Specify this as Vector or Matrix dimension template parameter to set size at runtime. PLEASE NOTE THAT DYNAMICALLY SIZED VECTORS AND MATRICES ARE NOT SUPPORTED YET. More...
|
|
◆ MATHTER_EBCO