Uses of Class
georegression.struct.shapes.RectangleLength2D_F64
Packages that use RectangleLength2D_F64
-
Uses of RectangleLength2D_F64 in georegression.geometry
Methods in georegression.geometry that return RectangleLength2D_F64Modifier 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.Methods in georegression.geometry with parameters of type RectangleLength2D_F64Modifier 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
Methods in georegression.metric that return RectangleLength2D_F64Modifier and TypeMethodDescriptionstatic @Nullable RectangleLength2D_F64
Intersection2D_F64.intersection
(RectangleLength2D_F64 a, RectangleLength2D_F64 b) Methods in georegression.metric with parameters of type RectangleLength2D_F64Modifier 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
Methods in georegression.struct.shapes that return RectangleLength2D_F64Modifier 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.Methods in georegression.struct.shapes with parameters of type RectangleLength2D_F64