TrigGetLineDistance(FPoint, FPoint) Method

Return the line distance between two points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetLineDistance(
	FPoint vertex1,
	FPoint vertex2
)

Parameters

vertex1  FPoint
First point.
vertex2  FPoint
Second point.

Return Value

Single
Absolute distance between two points.

See Also