FMatrix4Scale(FPoint3, FVector3) Method

Scale a point by the specified translation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint3 Scale(
	FPoint3 point,
	FVector3 scale
)

Parameters

point  FPoint3
Reference point.
scale  FVector3
Scale for the X, Y, Z axes.

Return Value

FPoint3
Scaled point.

See Also