Luna::operator-
Float3x3 operator-(f32 s, const Float3x3 &m1)
Subtracts one matrix from one scalar (s - m1). This behaves like creating one matrix filled with scalar s, then subtracting matrix m1 from the created matrix.
Parameters
-
in s
The scalar.
-
in m1
The matrix.
Return value
Returns the result matrix.