Matrix4FFromTranslate(Vector3F, Matrix4F) Method |
Creates a translation matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromTranslate(
ref Vector3F translation,
out Matrix4F result
)
Parameters
- translation Vector3F
- The amount to translate in each axis.
- result Matrix4F
- When the method completes, contains the translation matrix.
See Also