public final class MinimumAreaRectangle extends Object
Modifier and Type | Method and Description |
---|---|
static MRectangle2d |
of(Collection<? extends Vector2d> points)
Returns the minimum area oriented rectangle that surrounds the given collection of
points.
|
public static MRectangle2d of(Collection<? extends Vector2d> points)
points
- the points for which the rectangle is computedCopyright © 2019 Solibri, Inc.. All rights reserved.