Click or drag to resize

Matrix2Multiply(Vector2, Matrix2) Operator

Multiplies a matrix by a given Vector2 structure.

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

Parameters

v  Vector2
The vector by which to multiply.
m  Matrix2
The matrix to multiply.

Return Value

Vector2
The result of the multiplication.
See Also