Matrix4FromTranslate Method (Vector3) |
Creates a translation matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix4 FromTranslate(
Vector3 translation
)
Parameters
- translation
- Type: NeoAxisVector3
The amount to translate in each axis.
Return Value
Type:
Matrix4The translation matrix.
See Also