Uses of Interface
com.solibri.geometry.primitive2d.MRectangle2d
Packages that use MRectangle2d
-
Uses of MRectangle2d in com.solibri.geometry.algorithms
Methods in com.solibri.geometry.algorithms that return MRectangle2dModifier and TypeMethodDescriptionstatic MRectangle2dMinimumAreaRectangle.of(Collection<? extends Vector2d> points)Returns the minimum area oriented rectangle that surrounds the given collection of points. -
Uses of MRectangle2d in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MRectangle2dModifier and TypeMethodDescriptionstatic MRectangle2dMRectangle2d.create(Rectangle2d other)Creates a new instance.static MRectangle2dCreates a new instance from the given points.Polygon2d.getOrientedBoundingRectangle()Returns the minimum area oriented bounding rectangle for this polygon.