Click or drag to resize

Matrix4(Vector4, Vector4, Vector4, Vector4) Constructor

Constructs a matrix with the specified Vector4 elements, which are the corresponding rows of the matrix.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Matrix4(
	Vector4 x,
	Vector4 y,
	Vector4 z,
	Vector4 w
)

Parameters

x  Vector4
The vector which is the first row.
y  Vector4
The vector which is the second row.
z  Vector4
The vector which is the third row.
w  Vector4
The vector which is the fourth row.
See Also