Uses of Class
georegression.struct.shapes.RectangleLength2D_F32
Packages that use RectangleLength2D_F32
-
Uses of RectangleLength2D_F32 in georegression.geometry
Methods in georegression.geometry that return RectangleLength2D_F32Modifier and TypeMethodDescriptionstatic RectangleLength2D_F32UtilPoint2D_F32.bounding(List<Point2D_F32> points, @Nullable RectangleLength2D_F32 bounding) Finds the minimal volumeRectangleLength2D_F32which contains all the points.Methods in georegression.geometry with parameters of type RectangleLength2D_F32Modifier and TypeMethodDescriptionstatic RectangleLength2D_F32UtilPoint2D_F32.bounding(List<Point2D_F32> points, @Nullable RectangleLength2D_F32 bounding) Finds the minimal volumeRectangleLength2D_F32which contains all the points. -
Uses of RectangleLength2D_F32 in georegression.metric
Methods in georegression.metric that return RectangleLength2D_F32Modifier and TypeMethodDescriptionstatic @Nullable RectangleLength2D_F32Intersection2D_F32.intersection(RectangleLength2D_F32 a, RectangleLength2D_F32 b) Methods in georegression.metric with parameters of type RectangleLength2D_F32Modifier and TypeMethodDescriptionstatic booleanIntersection2D_F32.contains(RectangleLength2D_F32 a, float x, float y) Checks to see if the specified point is inside the rectangle.static booleanIntersection2D_F32.contains2(RectangleLength2D_F32 a, float x, float y) Checks to see if the specified point is inside the rectangle.static @Nullable RectangleLength2D_F32Intersection2D_F32.intersection(RectangleLength2D_F32 a, RectangleLength2D_F32 b) -
Uses of RectangleLength2D_F32 in georegression.struct.shapes
Methods in georegression.struct.shapes that return RectangleLength2D_F32Modifier 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.Methods in georegression.struct.shapes with parameters of type RectangleLength2D_F32