Uses of Class
georegression.struct.shapes.Rectangle2D_I32
Package
Description
-
Uses of Rectangle2D_I32 in georegression.fitting.polygon
Modifier and TypeMethodDescriptionstatic Rectangle2D_I32
FitPolygon2D_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.Modifier and TypeMethodDescriptionstatic Rectangle2D_I32
FitPolygon2D_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
Modifier and TypeMethodDescriptionstatic Rectangle2D_I32
UtilPolygons2D_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_I32
UtilPolygons2D_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.Modifier and TypeMethodDescriptionstatic Rectangle2D_I32
UtilPolygons2D_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_I32
UtilPolygons2D_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 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.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
Modifier and TypeMethodDescriptionstatic boolean
Intersection2D_I32.contains
(Rectangle2D_I32 a, int x, int y) True if the point is contained inside the rectanglestatic boolean
Intersection2D_I32.intersection
(Rectangle2D_I32 a, Rectangle2D_I32 b, Rectangle2D_I32 result) Finds the intersection between two rectangles.static boolean
Intersection2D_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
Modifier and TypeMethodDescriptionRectangle2D_I32.setTo
(int x0, int y0, int x1, int y1) Rectangle2D_I32.setTo
(Rectangle2D_I32 orig)