Luna::Float4x3U::operator=
Float4x3U & operator=(const Float4x4 &rhs)
Assigns one matrix by coping components from a Float4x4 matrix.
The fourth 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
.