Click or drag to resize

Matrix4Multiply(Matrix4, Vector4) Operator

Multiplies a matrix by a given Vector4 structure.

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

Parameters

m  Matrix4
The matrix to multiply.
v  Vector4
The vector by which to multiply.

Return Value

Vector4
The result of the multiplication.
See Also