FMatrix4GetScaleMatrix Method
Return a scaling matrix for the caller's values.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 GetScaleMatrix(
float scaleX,
float scaleY,
float scaleZ
)
Public Shared Function GetScaleMatrix (
scaleX As Single,
scaleY As Single,
scaleZ As Single
) As FMatrix4
No code example is currently available or this language may not be supported.
- scaleX Single
-
The X factor by which to scale.
- scaleY Single
-
The Y factor by which to scale.
- scaleZ Single
-
The Z factor by which to scale.
FMatrix4
A matrix to be used for scaling.