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 name | Description |
|---|---|
| PointToPoint | Distance is measured to nearest characteristic point of other path. |
| PointToSegment | Distance is measured to nearest segments adjacent to the nearest characteristic point of other path. This method is more precise. |
