FMatrix4GetTranslationMatrix(Single, Single, Single) Method
Return a translate matrix based on the specified translation values.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 GetTranslationMatrix(
float translateX,
float translateY,
float translateZ
)
Public Shared Function GetTranslationMatrix (
translateX As Single,
translateY As Single,
translateZ As Single
) As FMatrix4
No code example is currently available or this language may not be supported.
- translateX Single
-
The X translation.
- translateY Single
-
The Y translation.
- translateZ Single
-
The Z translation.
FMatrix4
Reference to a new translation matrix.