FVector2Scale Method

Scale the caller's vector by a uniform factor.

Definition

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

Parameters

vector  FVector2
The vector to be scaled.
scale  Single
The factor by which the point will be scaled.

Return Value

FVector2
Reference to the uniformly scaled vector.

See Also