Luna::operator/

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

Divides one matrix with one scalar (s / m1). This behaves like creating one matrix filled with scalar s, then dividing the created matrix with matrix m1.

Parameters

  • in s

    The scalar.

  • in m1

    The matrix.

Return value

Returns the result matrix.