Uses of Class
georegression.struct.shapes.RectangleLength2D_F32
-
Uses of RectangleLength2D_F32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic RectangleLength2D_F32
UtilPoint2D_F32.bounding
(List<Point2D_F32> points, @Nullable RectangleLength2D_F32 bounding) Finds the minimal volumeRectangleLength2D_F32
which contains all the points.Modifier and TypeMethodDescriptionstatic RectangleLength2D_F32
UtilPoint2D_F32.bounding
(List<Point2D_F32> points, @Nullable RectangleLength2D_F32 bounding) Finds the minimal volumeRectangleLength2D_F32
which contains all the points. -
Uses of RectangleLength2D_F32 in georegression.metric
Modifier and TypeMethodDescriptionstatic @Nullable RectangleLength2D_F32
Intersection2D_F32.intersection
(RectangleLength2D_F32 a, RectangleLength2D_F32 b) Modifier and TypeMethodDescriptionstatic boolean
Intersection2D_F32.contains
(RectangleLength2D_F32 a, float x, float y) Checks to see if the specified point is inside the rectangle.static boolean
Intersection2D_F32.contains2
(RectangleLength2D_F32 a, float x, float y) Checks to see if the specified point is inside the rectangle.static @Nullable RectangleLength2D_F32
Intersection2D_F32.intersection
(RectangleLength2D_F32 a, RectangleLength2D_F32 b) -
Uses of RectangleLength2D_F32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionRectangleLength2D_F32.setTo
(float x0, float y0, float width, float height) RectangleLength2D_F32.setTo
(RectangleLength2D_F32 src) RectangleLength2D_F32.setTo
(RectangleLength2D_I32 r) Sets this rectangle to be equal to the passed in rectangle.