Package sim.display

Interface ChartUtilities.ProvidesTripleDoubles

Enclosing class:
ChartUtilities

public static interface ChartUtilities.ProvidesTripleDoubles
This class provides three double arrays (that is, an array of the form double[3][]), which are the same length, which represent the x, y, and z coordinates of points, or else provides null if the current charted values shouldn't be changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    double[][]
     
  • Method Details

    • provide

      double[][] provide()