Uses of Class
org.hipparchus.geometry.euclidean.twod.hull.ConvexHull2D
Package
Description
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
-
Uses of ConvexHull2D in org.hipparchus.geometry.euclidean.twod.hull
Modifier and TypeMethodDescriptionConvexHullGenerator2D.generate
(Collection<Vector2D> points) Builds the convex hull from the set of input points.