|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jzy3d.maths.ConvexHull
public class ConvexHull
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 |
---|
public ConvexHull()
Method Detail |
---|
public static java.awt.Polygon hull(java.util.List<Coord3d> cell)
public static utils.Stack<algorithms.Point2f> build2d(java.util.List<Coord3d> input2d)
public static utils.Stack<algorithms.Point2f> build2d(PolygonArray input2d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |