Click or drag to resize

Matrix2FMultiply Method (Matrix2F, Vector2F, Vector2F)

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 void Multiply(
	ref Matrix2F m,
	ref Vector2F v,
	out Vector2F result
)

Parameters

m
Type: NeoAxisMatrix2F
The matrix to multiply.
v
Type: NeoAxisVector2F
The vector by which to multiply.
result
Type: NeoAxisVector2F
When the method completes, contains the result of the multiplication.
See Also