Package | Description |
---|---|
org.hipparchus.geometry.euclidean.twod.hull |
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
|
Modifier and Type | Method and Description |
---|---|
ConvexHull2D |
ConvexHullGenerator2D.generate(Collection<Vector2D> points)
Builds the convex hull from the set of input points.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.