Package | Description |
---|---|
com.solibri.geometry.algorithms | |
com.solibri.geometry.primitive2d |
Modifier and Type | Method and Description |
---|---|
static MRectangle2d |
MinimumAreaRectangle.of(Collection<? extends Vector2d> points)
Returns the minimum area oriented rectangle that surrounds the given collection of
points.
|
Modifier and Type | Method and Description |
---|---|
static MRectangle2d |
MRectangle2d.create(List<? extends Vector2d> vertices)
Creates a new instance from the given points.
|
static MRectangle2d |
MRectangle2d.create(Rectangle2d other)
Creates a new instance.
|
MRectangle2d |
Polygon2d.getOrientedBoundingRectangle()
Returns the minimum area oriented bounding rectangle for this polygon.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.