Constructs a matrix with the given rotation and translation components and returns the resulting
Matrix4F.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Construct(
ref Matrix3F rotation,
ref Vector3F translation,
out Matrix4F result
)
Parameters
- rotation Matrix3F
- The rotation Matrix3F.
- translation Vector3F
- The translation Vector3F.
- result Matrix4F
- When the method completes, contains the resulting Matrix4F.
See Also