#define MLPOINTCLOUDUTILS_EXPORT
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > createConvexHullFromSortedPoints(const std::vector< Vector2 > &points)
Calculates the convex hull of the given sorted points.
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > createConvexHull(std::vector< Vector2 > points)
Calculates the convex hull of the given points.