TrigGetLineDistance(FLine) 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(
	FLine line
)

Parameters

line  FLine
Reference to a line to measure.

Return Value

Single
Absolute distance between two points.

See Also