Overload List

  NameDescription
Public methodMatrix4x4(Matrix4x4)
Copy constructor for the 4x4 matrix struct
Public methodMatrix4x4(Vector4D)
Contructor for a 4x4 matrix from a Vector4D v, given by the matrix representation of Quaternions into a Matrix4x4 ( see http://en.wikipedia.org/wiki/Quaternion#Matrix_representations )
Public methodMatrix4x4(Vector4D, Vector4D, Vector4D, Vector4D)
Contructor for a 4x4 matrix from four 4d-vectors, the vectors are treated as rows
Public methodMatrix4x4(Vector4D, Vector4D, Vector4D, Vector4D, Boolean)
Contructor for a 4x4 matrix from four 4d-vectors, the vectors are treated as rows or columns depending on the boolean parameter
Public methodMatrix4x4(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Contructor for a 4x4 matrix from 16 float values, order is row major

See Also