FVector3Scale(FVector3, Single) Method

Return the scaled vector.

Definition

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

Parameters

vector  FVector3
Vector to scale.
scale  Single
Scale to apply.

Return Value

FVector3
Vector with scaling applied.

See Also