Click or drag to resize

Matrix4F Constructor (Matrix3F, Vector3F)

Constructs a matrix with the given rotation and translation components.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Matrix4F(
	Matrix3F rotation,
	Vector3F translation
)

Parameters

rotation
Type: NeoAxisMatrix3F
The rotation Matrix3F.
translation
Type: NeoAxisVector3F
The translation Vector3F.
See Also