Uses of Interface
com.solibri.geometry.primitive2d.MAABB2d
-
Packages that use MAABB2d Package Description com.solibri.geometry.primitive2d -
-
Uses of MAABB2d in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MAABB2d Modifier and Type Method Description static MAABB2dMAABB2d. create(Vector2d lowerBound, Vector2d upperBound)Returns a bounding box with the given bounds.static MAABB2dMAABB2d. create(AABB2d boundingBox)Returns 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.MAABB2dArea. getBoundingRectangle()Returns a copy of a bounding rectangle which has minimum area and is axis aligned.MAABB2dPolygon2d. getBoundingRectangle()Returns a copy of the minimum area axis aligned bounding rectangle.
-