Matrix2FMultiply(Vector2F, Matrix2F, Vector2F) Method |
Multiplies a matrix by a given
Vector2F structure.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Multiply(
ref Vector2F v,
ref Matrix2F m,
out Vector2F result
)
Parameters
- v Vector2F
- The vector by which to multiply.
- m Matrix2F
- The matrix to multiply.
- result Vector2F
- When the method completes, contains the result of the multiplication.
See Also