Luna::operator*
Float4x4 operator*(const Float4x4 &m1, f32 s)
Multiplies one matrix with one scalar. The scalar will be multiplied to every component of the matrix.
Parameters
-
in m1
The matrix.
-
in s
The scalar.
Return value
Reutrns the result matrix.