FVector4GetLineDistance 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(
	FVector4 vectorA,
	FVector4 vectorB
)

Parameters

vectorA  FVector4
First vector tip.
vectorB  FVector4
Second vector tip.

Return Value

Single
Distance of line between two points.

Remarks

This version ignores the value of W, solving for X, Y, Z.

See Also