Uses of Interface
com.solibri.geometry.primitive2d.MAABB2d
Packages that use MAABB2d
-
Uses of MAABB2d in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MAABB2dModifier and TypeMethodDescriptionstatic MAABB2dReturns a bounding box with the given bounds.static MAABB2dReturns a bounding box with the same bounds as in the given bounding box.static MAABB2dMAABB2d.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.