Luna::Float3x3::operator/=

Float3x3 & operator/=(f32 s)

Divides one scalar from this matrix. The scalar will be divided from every component of the matrix.

Parameters

  • in s

    The scalar to divide from this matrix.

Return value

Returns *this.