org.jzy3d.maths
Class ConvexHull

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

public class ConvexHull
extends Object


Field Summary
protected static ConvexHullFunction f
           
 
Constructor Summary
ConvexHull()
           
 
Method Summary
protected static Coord2d asPoint2f(Coord3d c)
           
static Deque<Coord2d> build2d(List<Coord3d> input2d)
           
static Deque<Coord2d> build2d(PolygonArray input2d)
           
static Polygon2d 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 ConvexHullFunction f
Constructor Detail

ConvexHull

public ConvexHull()
Method Detail

hull

public static Polygon2d hull(List<Coord3d> cell)

build2d

public static Deque<Coord2d> build2d(List<Coord3d> input2d)

build2d

public static Deque<Coord2d> build2d(PolygonArray input2d)

asPoint2f

protected static Coord2d asPoint2f(Coord3d c)


Copyright © 2013. All rights reserved.