FMatrix4GetScaleMatrix Method

Return a scaling matrix for the caller's values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FMatrix4 GetScaleMatrix(
	float scaleX,
	float scaleY,
	float scaleZ
)

Parameters

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.

Return Value

FMatrix4
A matrix to be used for scaling.

See Also