Uses of Interface
com.solibri.geometry.primitive2d.MAABB2d
-
Uses of MAABB2d in com.solibri.geometry.primitive2d
Modifier and TypeMethodDescriptionstatic MAABB2d
Returns a bounding box with the given bounds.static MAABB2d
Returns a bounding box with the same bounds as in the given bounding box.static MAABB2d
MAABB2d.create
(Collection<Vector2d> points) Returns the minimum area axis-aligned bounding box for the given collection of points.Area.getBoundingRectangle()
Returns a copy of a bounding rectangle which has minimum area and is axis aligned.Polygon2d.getBoundingRectangle()
Returns a copy of the minimum area axis aligned bounding rectangle.