Matrix2Multiply(Vector2, Matrix2) Operator |
Multiplies a matrix by a given
Vector2 structure.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector2 operator *(
Vector2 v,
Matrix2 m
)
Parameters
- v Vector2
- The vector by which to multiply.
- m Matrix2
- The matrix to multiply.
Return Value
Vector2The result of the multiplication.
See Also