Matrix2FMultiply Operator (Matrix2F, Vector2F) |
Multiplies a matrix by a given
Vector2F structure.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Vector2F operator *(
Matrix2F m,
Vector2F v
)
Parameters
- m
- Type: NeoAxisMatrix2F
The matrix to multiply. - v
- Type: NeoAxisVector2F
The vector by which to multiply.
Return Value
Type:
Vector2FThe result of the multiplication.
See Also