Uses of Class
georegression.struct.shapes.Polygon2D_I32
Packages that use Polygon2D_I32
- 
Uses of Polygon2D_I32 in georegression.geometry
Methods in georegression.geometry with parameters of type Polygon2D_I32Modifier and TypeMethodDescriptionstatic voidUtilPolygons2D_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 voidUtilPolygons2D_I32.flip(Polygon2D_I32 a) Flips the order of points inside the polygon.static booleanUtilPolygons2D_I32.isConvex(Polygon2D_I32 poly) Determines if the polugon is convex or concave.static booleanUtilPolygons2D_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 booleanUtilPolygons2D_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
Methods in georegression.metric with parameters of type Polygon2D_I32Modifier and TypeMethodDescriptionstatic booleanIntersection2D_I32.containsConcave(Polygon2D_I32 polygon, Point2D_I32 pt) Checks to see if the point is contained inside the concave polygon.static booleanIntersection2D_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
Methods in georegression.struct.shapes that return Polygon2D_I32Methods in georegression.struct.shapes with parameters of type Polygon2D_I32Modifier and TypeMethodDescriptionbooleanPolygon2D_I32.isEquivalent(Polygon2D_I32 a, double tol) booleanPolygon2D_I32.isIdentical(Polygon2D_I32 a) Polygon2D_I32.setTo(Polygon2D_I32 orig) Constructors in georegression.struct.shapes with parameters of type Polygon2D_I32