Uses of Class
com.irurueta.geometry.Rectangle
Packages that use Rectangle
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of Rectangle in com.irurueta.geometry
Methods in com.irurueta.geometry that return RectangleModifier and TypeMethodDescriptionBox2D.toRectangle()Creates a rectangle equivalent to this box.Methods in com.irurueta.geometry with parameters of type RectangleModifier and TypeMethodDescriptionfinal voidBox2D.fromRectangle(Rectangle rectangle) Sets values of this box from provided rectangle.voidBox2D.toRectangle(Rectangle result) Sets values into provided rectangle to make it equivalent to this box.Constructors in com.irurueta.geometry with parameters of type Rectangle