Matrix4F(Matrix3F, Vector3F) Constructor |
Constructs a matrix with the given rotation and translation components.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Matrix4F(
ref Matrix3F rotation,
ref Vector3F translation
)
Parameters
- rotation Matrix3F
- The rotation Matrix3F.
- translation Vector3F
- The translation Vector3F.
See Also