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