Luna::Float4x4::operator-=
Float4x4 & 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
.