Uses of Interface
org.hipparchus.geometry.hull.ConvexHull
-
Packages that use ConvexHull 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.org.hipparchus.geometry.hull This package provides interfaces and classes related to the convex hull problem. -
-
Uses of ConvexHull in org.hipparchus.geometry.euclidean.twod.hull
Classes in org.hipparchus.geometry.euclidean.twod.hull that implement ConvexHull Modifier and Type Class Description class
ConvexHull2D
This class represents a convex hull in an two-dimensional euclidean space. -
Uses of ConvexHull in org.hipparchus.geometry.hull
Methods in org.hipparchus.geometry.hull that return ConvexHull Modifier and Type Method Description ConvexHull<S,P>
ConvexHullGenerator. generate(Collection<P> points)
Builds the convex hull from the set of input points.
-