Uses of Interface
com.solibri.geometry.primitive2d.Rectangle2d
-
Uses of Rectangle2d in com.solibri.geometry.primitive2d
Modifier and TypeInterfaceDescriptioninterface
Interface for handling rectangles in the XY-plane.Modifier and TypeMethodDescriptionstatic Rectangle2d
Rectangle2d.create
(Rectangle2d other) Creates a new instance.static Rectangle2d
Creates a new instance from the given points.Area.getMinimumBoundingRectangle()
Returns the minimum area bounding rectangle.Modifier and TypeMethodDescriptionstatic MRectangle2d
MRectangle2d.create
(Rectangle2d other) Creates a new instance.static Rectangle2d
Rectangle2d.create
(Rectangle2d other) Creates a new instance.boolean
Rectangle2d.equalsWithTolerance
(Rectangle2d rectangle, double epsilon) Verifies if two 2D rectangles are equal (with epsilon difference).