Uses of Interface
org.hipparchus.geometry.hull.ConvexHullGenerator
Packages that use ConvexHullGenerator
Package
Description
 This package provides algorithms to generate the convex hull
 for a set of points in an two-dimensional euclidean space.
- 
Uses of ConvexHullGenerator in org.hipparchus.geometry.euclidean.twod.hull
Subinterfaces of ConvexHullGenerator in org.hipparchus.geometry.euclidean.twod.hullModifier and TypeInterfaceDescriptioninterfaceInterface for convex hull generators in the two-dimensional euclidean space.Classes in org.hipparchus.geometry.euclidean.twod.hull that implement ConvexHullGeneratorModifier and TypeClassDescriptionclassImplements Andrew's monotone chain method to generate the convex hull of a finite set of points in the two-dimensional euclidean space.