org.jzy3d.plot3d.builder
Class Tessellator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Tessellator
Direct Known Subclasses:
DelaunayTessellator, OrthonormalTessellator

public abstract class Tessellator
extends Object


Constructor Summary
Tessellator()
           
 
Method Summary
abstract  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

Tessellator

public Tessellator()
Method Detail

build

public AbstractComposite build(List<Coord3d> coordinates)

build

public abstract AbstractComposite build(float[] x,
                                        float[] y,
                                        float[] z)