Click or drag to resize

Matrix4Multiply Operator (Vector4, Matrix4)

Multiplies a matrix by a given Vector4 structure.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector4 operator *(
	Vector4 v,
	Matrix4 m
)

Parameters

v
Type: NeoAxisVector4
The vector by which to multiply.
m
Type: NeoAxisMatrix4
The matrix to multiply.

Return Value

Type: Vector4
The result of the multiplication.
See Also