FMatrix4GetTranslationMatrix(FVector3) 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(
FVector3 translation
)
Public Shared Function GetTranslationMatrix (
translation As FVector3
) As FMatrix4
No code example is currently available or this language may not be supported.
- translation FVector3
-
The translation to apply.
FMatrix4
Reference to a new translation matrix.