Matrix2Multiply Method (Matrix2, Vector2, Vector2) |
Multiplies a matrix by a given
Vector2 structure.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void Multiply(
ref Matrix2 m,
ref Vector2 v,
out Vector2 result
)
Parameters
- m
- Type: NeoAxisMatrix2
The matrix to multiply. - v
- Type: NeoAxisVector2
The vector by which to multiply. - result
- Type: NeoAxisVector2
When the method completes, contains the result of the multiplication.
See Also