Luna::Float3x3::operator-=
Float3x3 & operator-=(f32 s)
Subtracts one scalar from this matrix. The scalar will be subtracted from every component of the matrix.
Parameters
-
in s
The scalar to subtract from this matrix.
Return value
Returns *this
.