#define MLPOINTCLOUDUTILS_EXPORT
MLPOINTCLOUDUTILS_EXPORT double largestDistanceSquaredFromSortedPoints(const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1)
MLPOINTCLOUDUTILS_EXPORT double largestDistanceSquared(const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1)
Tvec2< MLdouble > Vector2
A vector with two components of type double.