public class ConvexHull extends Object
protected static ConvexHullFunction
f
ConvexHull()
protected static Coord2d
asPoint2f(Coord3d c)
static Deque<Coord2d>
build2d(List<Coord3d> input2d)
build2d(PolygonArray input2d)
static Polygon2d
hull(List<Coord3d> cell)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static ConvexHullFunction f
public ConvexHull()
public static Polygon2d hull(List<Coord3d> cell)
public static Deque<Coord2d> build2d(List<Coord3d> input2d)
public static Deque<Coord2d> build2d(PolygonArray input2d)
protected static Coord2d asPoint2f(Coord3d c)
Copyright © 2016. All rights reserved.