FVector3GetLineDistance Method

Return the distance of the line between the tips of two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetLineDistance(
	FVector3 vectorA,
	FVector3 vectorB
)

Parameters

vectorA  FVector3
First vector tip.
vectorB  FVector3
Second vector tip.

Return Value

Single
Distance of line between two points.

See Also