Click or drag to resize

Matrix4F Constructor (Vector4F, Vector4F, Vector4F, Vector4F)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Matrix4F(
	Vector4F x,
	Vector4F y,
	Vector4F z,
	Vector4F w
)

Parameters

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