Luna::Float3x2U::to_float3x3

Float3x3 to_float3x3(const Float3 &column3=Float3(0.0f, 0.0f, 1.0f)) const

Constructs one Float3x3 matrix from this matrix.

Parameters

  • in column3

    The component values for the third column of the destination matrix. The default value is (0, 0, 1).

Return value

Returns the constructed matrix.