FMatrix3Scale Method

Scale a vector by the specified translation.

Definition

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

Parameters

point  FVector2
Reference point.
scale  FVector2
Scale for the X and Y axes.

Return Value

FVector3
Scaled point.

See Also