Click or drag to resize

Matrix4Multiply Method (Vector3, Matrix4, Vector3)

Multiplies a matrix by a given Vector3 structure.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Multiply(
	ref Vector3 v,
	ref Matrix4 m,
	out Vector3 result
)

Parameters

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