Click or drag to resize

Matrix4 Constructor (Matrix3F, Vector3)

Constructs a matrix with the given rotation and translation components.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Matrix4(
	Matrix3F rotation,
	Vector3 translation
)

Parameters

rotation
Type: NeoAxisMatrix3F
The rotation Matrix3F.
translation
Type: NeoAxisVector3
The translation Vector3.
See Also