Luna::Float4x3U::to_float4x4

Float4x4 to_float4x4(const Float4 &column4=Float4(0.0f, 0.0f, 0.0f, 1.0f)) const

Constructs one Float4x4 matrix from this matrix.

Parameters

  • in column4

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

Return value

Returns the constructed matrix.