| Package | Description | 
|---|---|
| org.apache.commons.math3.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.apache.commons.math3.geometry.hull | 
 This package provides interfaces and classes related to the convex hull problem. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConvexHull2DThis class represents a convex hull in an two-dimensional euclidean space. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConvexHull<S,P> | ConvexHullGenerator. generate(Collection<P> points)Builds the convex hull from the set of input points. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.