grid property

List<List<double>> grid
final

The 2D array of values, each in [0..1].

Implementation

final List<List<double>> grid;