Matrix4(Matrix3, Vector3) 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 Matrix4(
ref Matrix3 rotation,
ref Vector3 translation
)
Parameters
- rotation Matrix3
- The rotation Matrix3.
- translation Vector3
- The translation Vector3.
See Also