Matrix2Multiply(Matrix2, Vector2, Vector2) Method |
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 void Multiply(
ref Matrix2 m,
ref Vector2 v,
out Vector2 result
)
Parameters
- m Matrix2
- The matrix to multiply.
- v Vector2
- The vector by which to multiply.
- result Vector2
- When the method completes, contains the result of the multiplication.
See Also