Class CustomGrid

java.lang.Object
org.jzy3d.plot3d.builder.Grid
org.jzy3d.plot3d.builder.concrete.CustomGrid

public class CustomGrid extends Grid
CustomGrid allows using a specific projection mapping. For debugging purpose.
  • Field Details

    • coordinates

      protected double[][] coordinates
  • Constructor Details

    • CustomGrid

      public CustomGrid(double[][] coordinates)
  • Method Details