static Polygon2d | 
ConvexHull.convexHull(Collection<Drawable2d> drawableCollection) | 
 Construct a Bounds2d for a Collection of Drawable2d objects. 
 | 
static Polygon2d | 
ConvexHull.convexHull(Iterator<Point2d> iterator) | 
 Compute the convex hull of a collection of Point2d objects. 
 | 
static Polygon2d | 
ConvexHull.convexHull(List<Point2d> list) | 
 Compute the convex hull of a list of Point2d objects. 
 | 
static Polygon2d | 
ConvexHull.convexHull(Drawable2d... drawable2d) | 
 Compute the convex hull of one or more Drawable2d objects. 
 | 
static Polygon2d | 
ConvexHull.convexHullAlshamrani(List<Point2d> list) | 
 | 
static Polygon2d | 
ConvexHull.convexHullMonotone(List<Point2d> list) | 
 Implementation of Andrew's Monotone Chain convex hull algorithm. 
 | 
Polygon2d | 
Polygon3d.project() | 
 Project the object onto the z=0 plane. 
 | 
Polygon2d | 
Polygon2d.reverse() | 
 Construct a new PolyLine with all points of this PolyLine in reverse order. 
 |