Luna::Float3x3::operator*=
Float3x3 & operator*=(f32 s)
Multiplies one scalar to this matrix. The scalar will be multiplied to every component of the matrix.
Parameters
-
in s
The scalar to multiply to this matrix.
Return value
Returns *this
.