Click or drag to resize

Matrix2FMultiply(Vector2F, Matrix2F) Operator

Multiplies a matrix by a given Vector2F structure.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector2F operator *(
	Vector2F v,
	Matrix2F m
)

Parameters

v  Vector2F
The vector by which to multiply.
m  Matrix2F
The matrix to multiply.

Return Value

Vector2F
The result of the multiplication.
See Also