33 #include "../api_core.h"
53 static Circlef minimum_enclosing_disc(
54 const std::vector<Pointf> &points);
59 static std::vector<Pointf> convex_hull_from_polygon(std::vector<Pointf> &points);
61 static Rect bounding_box(
const std::vector<Pointf> &points);
67 static void calculate_minimum_enclosing_disc(
69 const std::vector<Pointf> &points,
73 static void minimum_disc_with_1point(
75 const std::vector<Pointf> &points,
79 static void minimum_disc_with_2points(
81 const std::vector<Pointf> &points,
86 static void minimum_disc_with_3points(
88 const std::vector<Pointf> &points,
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:453
Math operations on outlines.
Definition: outline_math.h:46
Circle - Float.
Definition: circle.h:90
Math operations related to point sets.
Definition: pointset_math.h:45