Luna::Float3x3::operator+=
Float3x3 & operator+=(f32 s)
Adds one scalar to this matrix. The scalar will be added to every component of the matrix.
Parameters
-
in s
The scalar to add to this matrix.
Return value
Returns *this
.
Float3x3 & operator+=(f32 s)
Adds one scalar to this matrix. The scalar will be added to every component of the matrix.
in s
The scalar to add to this matrix.
Returns *this
.