Matrix2 Constructor |
Name | Description | |
---|---|---|
Matrix2(Matrix2) |
Constructs a matrix with another specified Matrix2 object.
| |
Matrix2(Matrix2F) |
Constructs a matrix with another specified Matrix2F object.
| |
Matrix2(Vector2, Vector2) |
Constructs a matrix with the specified Vector2 elements,
which are the corresponding rows of the matrix.
| |
Matrix2(Double, Double, Double, Double) |
Constructs a matrix with the given individual elements.
|