Uses of Class
com.mindee.geometry.MinMax
-
Packages that use MinMax Package Description com.mindee.geometry -
-
Uses of MinMax in com.mindee.geometry
Methods in com.mindee.geometry that return MinMax Modifier and Type Method Description MinMaxPolygon. getMinMaxX()Get the maximum and minimum Y coordinates.static MinMaxPolygonUtils. getMinMaxX(List<Point> vertices)Get the maximum and minimum X coordinates in a given list of Points.MinMaxPolygon. getMinMaxY()Get the maximum and minimum Y coordinates.static MinMaxPolygonUtils. getMinMaxY(List<Point> vertices)Get the maximum and minimum Y coordinates in a given list of Points.
-