Uses of Class
georegression.struct.shapes.RectangleLength2D_I32
-
Uses of RectangleLength2D_I32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic void
UtilPolygons2D_F32.convert
(RectangleLength2D_I32 input, Quadrilateral_F32 output) Converts a rectangle into a quadrilateralstatic void
UtilPolygons2D_F64.convert
(RectangleLength2D_I32 input, Quadrilateral_F64 output) Converts a rectangle into a quadrilateral -
Uses of RectangleLength2D_I32 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection2D_I32.contains
(RectangleLength2D_I32 a, int x, int y) True if the point is contained inside the rectangle -
Uses of RectangleLength2D_I32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionRectangleLength2D_I32.setTo
(int tl_x, int tl_y, int width, int height) RectangleLength2D_I32.setTo
(RectangleLength2D_I32 r) Sets this rectangle to be equal to the passed in rectangle.Modifier and TypeMethodDescriptionRectangleLength2D_F32.setTo
(RectangleLength2D_I32 r) Sets this rectangle to be equal to the passed in rectangle.RectangleLength2D_F64.setTo
(RectangleLength2D_I32 r) Sets this rectangle to be equal to the passed in rectangle.RectangleLength2D_I32.setTo
(RectangleLength2D_I32 r) Sets this rectangle to be equal to the passed in rectangle.