FMatrix3Scale Method

Scale a vector by the specified translation.

Definition

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

Parameters

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

Return Value

FVector2
Scaled point.

See Also