org.jzy3d.plot3d.builder.delaunay
Class DelaunayTessellator
java.lang.Object
org.jzy3d.plot3d.builder.Tessellator
org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
public class DelaunayTessellator
- extends Tessellator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelaunayTessellator
public DelaunayTessellator()
build
public AbstractComposite build(List<Coord3d> coordinates)
- Overrides:
build
in class Tessellator
computePolygons
protected List<Polygon> computePolygons(List<Coord3d> coordinates)
build
public AbstractComposite build(float[] x,
float[] y,
float[] z)
- Specified by:
build
in class Tessellator
Copyright © 2013. All rights reserved.