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