Luna::Float4x4U
Unaligned 4x4 matrix with f32 elements.
struct Luna::Float4x4U
Member objects
-
The array of rows of the matrix.
Member functions
-
Constructs one matrix with components uninitialized.
-
Float4x4U(const Float4x4U &)=default
Constructs one matrix by coping components from another matrix.
-
Float4x4U & operator=(const Float4x4U &)=default
Assigns one matrix by coping components from another matrix.
-
Float4x4U(Float4x4U &&)=default
Constructs one matrix by coping components from another matrix.
-
Float4x4U & operator=(Float4x4U &&)=default
Assigns one matrix by coping components from another matrix.
-
Float4x4U(const Float4x4 &rhs)
Constructs one matrix by coping components from a Float4x4 matrix.
-
Float4x4U & operator=(const Float4x4 &rhs)
Assigns one matrix by coping components from a Float4x4 matrix.
-
Constructs one Float4x4 matrix from this matrix.
-
Constructs one Float4x4 matrix from this matrix.