org.jzy3d.maths
Class ConvexHull

java.lang.Object
  extended by org.jzy3d.maths.ConvexHull

public class ConvexHull
extends Object


Field Summary
protected static convexhull.ConvexHullFunction f
           
 
Constructor Summary
ConvexHull()
           
 
Method Summary
protected static algorithms.Point2f asPoint2f(Coord3d c)
           
static utils.Stack<algorithms.Point2f> build2d(List<Coord3d> input2d)
           
static utils.Stack<algorithms.Point2f> build2d(PolygonArray input2d)
           
static Polygon hull(List<Coord3d> cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

protected static convexhull.ConvexHullFunction f
Constructor Detail

ConvexHull

public ConvexHull()
Method Detail

hull

public static Polygon hull(List<Coord3d> cell)

build2d

public static utils.Stack<algorithms.Point2f> build2d(List<Coord3d> input2d)

build2d

public static utils.Stack<algorithms.Point2f> build2d(PolygonArray input2d)

asPoint2f

protected static algorithms.Point2f asPoint2f(Coord3d c)