org.jzy3d.maths
Class ConvexHull
java.lang.Object
org.jzy3d.maths.ConvexHull
public class ConvexHull
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f
protected static ConvexHullFunction f
ConvexHull
public ConvexHull()
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.