khora_
core
0.2.0
Module matrix
Module Items
Structs
In khora_
core::
math
khora_core
::
math
Module
matrix
Copy item path
Source
Expand description
Defines the
Mat3
and
Mat4
types and associated operations.
Structs
ยง
Mat3
A 3x3 column-major matrix, typically used for 2D affine transformations (scale, rotation).
Mat4
A 4x4 column-major matrix, used for 3D affine transformations.