org.jzy3d.maths
Class ConvexHull

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

public class ConvexHull
extends java.lang.Object


Constructor Summary
ConvexHull()
           
 
Method Summary
static utils.Stack<algorithms.Point2f> build2d(java.util.List<Coord3d> input2d)
           
static utils.Stack<algorithms.Point2f> build2d(PolygonArray input2d)
           
static java.awt.Polygon hull(java.util.List<Coord3d> cell)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvexHull

public ConvexHull()
Method Detail

hull

public static java.awt.Polygon hull(java.util.List<Coord3d> cell)

build2d

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

build2d

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