org.jzy3d.plot3d.builder
Class Tessellator
java.lang.Object
org.jzy3d.plot3d.builder.Tessellator
- Direct Known Subclasses:
- DelaunayTessellator, OrthonormalTessellator
public abstract class Tessellator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tessellator
public Tessellator()
build
public AbstractComposite build(List<Coord3d> coordinates)
build
public abstract AbstractComposite build(float[] x,
float[] y,
float[] z)
Copyright © 2013. All rights reserved.