Uses of Interface
com.solibri.geometry.primitive2d.MRectangle2d
-
Uses of MRectangle2d in com.solibri.geometry.algorithms
Modifier and TypeMethodDescriptionstatic MRectangle2d
MinimumAreaRectangle.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
Modifier and TypeMethodDescriptionstatic MRectangle2d
MRectangle2d.create
(Rectangle2d other) Creates a new instance.static MRectangle2d
Creates a new instance from the given points.Polygon2d.getOrientedBoundingRectangle()
Returns the minimum area oriented bounding rectangle for this polygon.