Luna::Float4x4::Float4x4

Float4x4(const Float4 &row1, const Float4 &row2, const Float4 &row3, const Float4 &row4)

Constructs one matrix from four Float4 vectors.

Parameters

  • in row1

    The vector for the first row of the matrix.

  • in row2

    The vector for the second row of the matrix.

  • in row3

    The vector for the third row of the matrix.

  • in row3

    The vector for the fourth row of the matrix.