Luna::Float3x3::Float3x3
Float3x3(const Float3 &row1, const Float3 &row2, const Float3 &row3)
Constructs one matrix from three Float3 vectors.
Parameters
-
in row1
The vector for the first row of the matrix.
-
in row2
The vector for the second row of the matrix.
-
in row3
The vector for the third row of the matrix.