All Classes |Grouped Classes |Index

Function convex_hull_from_polygon

Return the convex hull of the given set of points.

	static std::vector<CL_Pointf> CL_PointSetMath::convex_hull_from_polygon(
		std::vector< CL_Pointf > & points);