Uses of Class
georegression.struct.shapes.Polygon2D_I32
-
Uses of Polygon2D_I32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic void
UtilPolygons2D_I32.bounding
(Polygon2D_I32 quad, Rectangle2D_I32 rectangle) Finds the minimum area bounding rectangle which is aligned to the x and y axis around the polygon.static void
UtilPolygons2D_I32.flip
(Polygon2D_I32 a) Flips the order of points inside the polygon.static boolean
UtilPolygons2D_I32.isConvex
(Polygon2D_I32 poly) Determines if the polugon is convex or concave.static boolean
UtilPolygons2D_I32.isEquivalent
(Polygon2D_I32 a, Polygon2D_I32 b) Checks to see if the vertexes of the two polygon's are the same up to the specified tolerance and allows for a shift in their orderstatic boolean
UtilPolygons2D_I32.isIdentical
(Polygon2D_I32 a, Polygon2D_I32 b) Checks to see if the vertexes of the two polygon's are the same up to the specified tolerance -
Uses of Polygon2D_I32 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection2D_I32.containsConcave
(Polygon2D_I32 polygon, Point2D_I32 pt) Checks to see if the point is contained inside the concave polygon.static boolean
Intersection2D_I32.containsConvex
(Polygon2D_I32 polygon, Point2D_I32 pt) Checks to see if the point is contained inside the convex polygon. -
Uses of Polygon2D_I32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionboolean
Polygon2D_I32.isEquivalent
(Polygon2D_I32 a, double tol) boolean
Polygon2D_I32.isIdentical
(Polygon2D_I32 a) Polygon2D_I32.setTo
(Polygon2D_I32 orig)