Click or drag to resize

Matrix3 Constructor (Vector3, Vector3, Vector3)

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

Parameters

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