Click or drag to resize

Matrix4F(Vector4F, Vector4F, Vector4F, Vector4F) Constructor

Constructs a matrix with the specified Vector4F 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 Matrix4F(
	Vector4F x,
	Vector4F y,
	Vector4F z,
	Vector4F w
)

Parameters

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