Class WaterfallTessellator

java.lang.Object
org.jzy3d.plot3d.builder.Tessellator
org.jzy3d.plot3d.builder.concrete.WaterfallTessellator

public class WaterfallTessellator extends Tessellator
Build a drawable Waterfall using Matlab style
Author:
Jacob Filik
  • Constructor Details

    • WaterfallTessellator

      public WaterfallTessellator()
  • Method Details

    • build

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