47 const std::vector<Pointf> &points);
57 static void calculate_minimum_enclosing_disc(
59 const std::vector<Pointf> &points,
63 static void minimum_disc_with_1point(
65 const std::vector<Pointf> &points,
69 static void minimum_disc_with_2points(
71 const std::vector<Pointf> &points,
76 static void minimum_disc_with_3points(
78 const std::vector<Pointf> &points,
static Rect bounding_box(const std::vector< Pointf > &points)
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:491
static std::vector< Pointf > convex_hull_from_polygon(std::vector< Pointf > &points)
Return the convex hull of the given set of points.
Circle - Float.
Definition: circle.h:72
friend class OutlineMath
Definition: pointset_math.h:83
Definition: Application/application.h:35
static Circlef minimum_enclosing_disc(const std::vector< Pointf > &points)
Find minimum spanning circle for the set of points.
Math operations related to point sets.
Definition: pointset_math.h:40