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