Click or drag to resize

Matrix4FMultiply Method (Vector3F, Matrix4F, Vector3F)

Multiplies a matrix by a given Vector3F 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 Vector3F v,
	ref Matrix4F m,
	out Vector3F result
)

Parameters

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