Uses of Interface
org.hipparchus.geometry.hull.ConvexHull
Package
Description
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
This package provides interfaces and classes related to the convex hull problem.
-
Uses of ConvexHull in org.hipparchus.geometry.euclidean.twod.hull
Modifier and TypeClassDescriptionclass
This class represents a convex hull in an two-dimensional euclidean space. -
Uses of ConvexHull in org.hipparchus.geometry.hull
Modifier and TypeMethodDescriptionConvexHull<S,
P> ConvexHullGenerator.generate
(Collection<P> points) Builds the convex hull from the set of input points.