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