Uses of Interface
com.solibri.geometry.primitive2d.Rectangle2d
Packages that use Rectangle2d
-
Uses of Rectangle2d in com.solibri.geometry.primitive2d
Subinterfaces of Rectangle2d in com.solibri.geometry.primitive2dModifier and TypeInterfaceDescriptioninterface
Interface for handling rectangles in the XY-plane.Methods in com.solibri.geometry.primitive2d that return Rectangle2dModifier 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.Methods in com.solibri.geometry.primitive2d with parameters of type Rectangle2dModifier 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).