Luna::operator-
Float4x4 operator-(f32 s, const Float4x4 &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.