Luna::Float4x4::operator/=

Float4x4 & 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.