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