|
MeVisLab Toolbox Reference
|
Go to the source code of this file.
Namespaces | |
| namespace | ml |
| Main documentation file for ML users and developers. | |
| namespace | ml::LargestPointDistance2D |
Functions | |
| MLPOINTCLOUDUTILS_EXPORT double | ml::LargestPointDistance2D::largestDistanceSquared (const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1) |
| Calculates the largest distance (squared) between any of the given points. | |
| MLPOINTCLOUDUTILS_EXPORT double | ml::LargestPointDistance2D::largestDistanceSquaredFromSortedPoints (const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1) |
| Calculates the largest distance (squared) between any of the given points. | |