org.jzy3d.plot3d.builder.delaunay
Class DelaunayTessellator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Tessellator
      extended by org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator

public class DelaunayTessellator
extends Tessellator


Constructor Summary
DelaunayTessellator()
           
 
Method Summary
 AbstractComposite build(float[] x, float[] y, float[] z)
           
 AbstractComposite build(List<Coord3d> coordinates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayTessellator

public DelaunayTessellator()
Method Detail

build

public AbstractComposite build(List<Coord3d> coordinates)
Overrides:
build in class Tessellator

build

public AbstractComposite build(float[] x,
                               float[] y,
                               float[] z)
Specified by:
build in class Tessellator