Luna::operator/

Float4x4 operator/(const Float4x4 &m1, f32 s)

Divides one scalar with one matrix (m1 / s). The scalar will be divided from every component of the matrix.

Parameters

  • in m1

    The matrix.

  • in s

    The scalar.

Return value

Returns the result matrix.