public class OrientedBoundingBoxes extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Point2D> |
computeMinimumOrientedBoundingBoxCorners(List<? extends Point2D> points)
Computes the corners of the minimum oriented bounding box of the
given set of points
|
public static List<Point2D> computeMinimumOrientedBoundingBoxCorners(List<? extends Point2D> points)
points - The input pointsCopyright © 2017. All rights reserved.