#include <pointset_math.h>
Implementation | |
| class | CL_OutlineMath |
Static Public Member Functions | |
Operations | |
| static CL_Circlef | minimum_enclosing_disc (const std::vector< CL_Pointf > &points) |
| Find minimum spanning circle for the set of points. | |
| static std::vector< CL_Pointf > | convex_hull_from_polygon (std::vector< CL_Pointf > &points) |
| Return the convex hull of the given set of points. | |
| static CL_Rect | bounding_box (const std::vector< CL_Pointf > &points) |
|
|
|
|
|
Return the convex hull of the given set of points.
|
|
|
Find minimum spanning circle for the set of points.
|
|
|
|
1.4.6