You are here: Start » AVL.NET » PathDistanceMode Enumeration

PathDistanceMode Enumeration

Method of distance between path computation.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
PointToPointDistance is measured to nearest characteristic point of other path.
PointToSegmentDistance is measured to nearest segments adjacent to the nearest characteristic point of other path. This method is more precise.

Remarks

See also