Matrix2F Constructor (Vector2F, Vector2F) |
Constructs a matrix with the specified
Vector2F elements,
which are the corresponding rows of the matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Matrix2F(
Vector2F x,
Vector2F y
)
Parameters
- x
- Type: NeoAxisVector2F
The vector which is the first row. - y
- Type: NeoAxisVector2F
The vector which is the second row.
See Also