Matrix3 Constructor |
Name | Description | |
---|---|---|
Matrix3(Matrix3) |
Constructs a matrix with another specified Matrix3 object.
| |
Matrix3(Matrix3F) |
Constructs a matrix with another specified matrix of Matrix3F format.
| |
Matrix3(Vector3, Vector3, Vector3) |
Constructs a matrix with the specified Vector3 elements,
which are the corresponding rows of the matrix.
| |
Matrix3(Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Constructs a matrix with the given individual elements.
|