Matrix4 Constructor |
Name | Description | |
---|---|---|
Matrix4(Double) |
Constructs a matrix with specified one-dimensional Double array with sixteen elements.
| |
Matrix4(Matrix4) |
Constructs a matrix with another specified Matrix4 object.
| |
Matrix4(Matrix4F) |
Constructs a matrix with another specified matrix of Matrix4F format.
| |
Matrix4(Matrix3, Vector3) |
Constructs a matrix with the given rotation and translation components.
| |
Matrix4(Matrix3, Vector3) |
Constructs a matrix with the given rotation and translation components.
| |
Matrix4(Matrix3F, Vector3) |
Constructs a matrix with the given rotation and translation components.
| |
Matrix4(Matrix3F, Vector3) |
Constructs a matrix with the given rotation and translation components.
| |
Matrix4(Vector4, Vector4, Vector4, Vector4) |
Constructs a matrix with the specified Vector4 elements,
which are the corresponding rows of the matrix.
| |
Matrix4(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Constructs a matrix with the given individual elements.
|