Uses of Class
georegression.struct.shapes.Rectangle2D_I32
Packages that use Rectangle2D_I32
Package
Description
-
Uses of Rectangle2D_I32 in georegression.fitting.polygon
Methods in georegression.fitting.polygon that return Rectangle2D_I32Modifier and TypeMethodDescriptionstatic Rectangle2D_I32FitPolygon2D_I32.rectangleAabb(List<Point2D_I32> points, @Nullable Rectangle2D_I32 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points.Methods in georegression.fitting.polygon with parameters of type Rectangle2D_I32Modifier and TypeMethodDescriptionstatic Rectangle2D_I32FitPolygon2D_I32.rectangleAabb(List<Point2D_I32> points, @Nullable Rectangle2D_I32 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points. -
Uses of Rectangle2D_I32 in georegression.geometry
Methods in georegression.geometry that return Rectangle2D_I32Modifier and TypeMethodDescriptionstatic Rectangle2D_I32UtilPolygons2D_F32.bounding(Polygon2D_F32 polygon, @Nullable Rectangle2D_I32 aabb) Finds the minimum area bounding rectangle around the quadrilateral that is aligned with coordinate system axises.static Rectangle2D_I32UtilPolygons2D_F64.bounding(Polygon2D_F64 polygon, @Nullable Rectangle2D_I32 aabb) Finds the minimum area bounding rectangle around the quadrilateral that is aligned with coordinate system axises.Methods in georegression.geometry with parameters of type Rectangle2D_I32Modifier and TypeMethodDescriptionstatic Rectangle2D_I32UtilPolygons2D_F32.bounding(Polygon2D_F32 polygon, @Nullable Rectangle2D_I32 aabb) Finds the minimum area bounding rectangle around the quadrilateral that is aligned with coordinate system axises.static Rectangle2D_I32UtilPolygons2D_F64.bounding(Polygon2D_F64 polygon, @Nullable Rectangle2D_I32 aabb) Finds the minimum area bounding rectangle around the quadrilateral that is aligned with coordinate system axises.static 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.bounding(List<Point2D_I32> points, Rectangle2D_I32 rectangle) Finds the minimum area bounding rectangle which is aligned to the x and y axis around the list of points. -
Uses of Rectangle2D_I32 in georegression.metric
Methods in georegression.metric with parameters of type Rectangle2D_I32Modifier and TypeMethodDescriptionstatic booleanIntersection2D_I32.contains(Rectangle2D_I32 a, int x, int y) True if the point is contained inside the rectanglestatic booleanIntersection2D_I32.intersection(Rectangle2D_I32 a, Rectangle2D_I32 b, Rectangle2D_I32 result) Finds the intersection between two rectangles.static booleanIntersection2D_I32.intersects(Rectangle2D_I32 a, Rectangle2D_I32 b) Checks to see if the two rectangles intersect each other -
Uses of Rectangle2D_I32 in georegression.struct.shapes
Methods in georegression.struct.shapes that return Rectangle2D_I32Modifier and TypeMethodDescriptionRectangle2D_I32.setTo(int x0, int y0, int x1, int y1) Rectangle2D_I32.setTo(Rectangle2D_I32 orig) Methods in georegression.struct.shapes with parameters of type Rectangle2D_I32Constructors in georegression.struct.shapes with parameters of type Rectangle2D_I32