Math operations related to point sets. More...
#include <pointset_math.h>
Static Public Member Functions | |
static Rect | bounding_box (const std::vector< Pointf > &points) |
static std::vector< Pointf > | convex_hull_from_polygon (std::vector< Pointf > &points) |
Return the convex hull of the given set of points. More... | |
static Circlef | minimum_enclosing_disc (const std::vector< Pointf > &points) |
Find minimum spanning circle for the set of points. More... | |
Friends | |
class | OutlineMath |
Math operations related to point sets.
|
static |
Return the convex hull of the given set of points.
points | the set of points |
|
static |
Find minimum spanning circle for the set of points.
points | the points to calulate on |
|
friend |