Luna::Float3x2U::operator=
Float3x2U & operator=(const Float3x3 &rhs)
Assigns one matrix by coping components from a Float3x3 matrix.
The third column of the source matrix will be discarded in the constructed matrix.
Parameters
-
in rhs
The matrix to copy components from.
Return value
Returns *this
.