Uses of Interface
com.solibri.geometry.primitive2d.MRectangle2d
Package | Description |
---|---|
com.solibri.geometry.algorithms | |
com.solibri.geometry.primitive2d |
-
Uses of MRectangle2d in com.solibri.geometry.algorithms
Methods in com.solibri.geometry.algorithms that return MRectangle2d Modifier and Type Method Description static 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
Methods in com.solibri.geometry.primitive2d that return MRectangle2d Modifier and Type Method Description static MRectangle2d
MRectangle2d. create(Rectangle2d other)
Creates a new instance.static MRectangle2d
MRectangle2d. create(List<? extends Vector2d> vertices)
Creates a new instance from the given points.MRectangle2d
Polygon2d. getOrientedBoundingRectangle()
Returns the minimum area oriented bounding rectangle for this polygon.