Overload List
Name | Description | |
---|---|---|
Matrix4x4(Matrix4x4) |
Copy constructor for the 4x4 matrix struct
| |
Matrix4x4(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 )
| |
Matrix4x4(Vector4D, Vector4D, Vector4D, Vector4D) |
Contructor for a 4x4 matrix from four 4d-vectors, the vectors are treated as rows
| |
Matrix4x4(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
| |
Matrix4x4(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
|