The ObjectDistanceType enumeration contains methods of calculating distance between objects.
It is used by the following properties and methods:
| Value | Brief description | |
| 0 | Euclidean. Euclidean distance. | |
| 1 | EuclideanSqr. Squared Euclidian distance. | |
| 2 | AbsoluteDistance. Distance module. |
See also: