Click or drag to resize

Matrix2FMultiply Operator (Vector2F, Matrix2F)

Multiplies a matrix by a given Vector2F structure.

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

Parameters

v
Type: NeoAxisVector2F
The vector by which to multiply.
m
Type: NeoAxisMatrix2F
The matrix to multiply.

Return Value

Type: Vector2F
The result of the multiplication.
See Also