yRowCoordinates property
Returns the "y" (row coodinate) values where the matrix was computed, divided by the number of rows (i.e.. normalized to 0.0 ... 1.0).
Implementation
Float64List get yRowCoordinates => _yRowCoord;
Returns the "y" (row coodinate) values where the matrix was computed, divided by the number of rows (i.e.. normalized to 0.0 ... 1.0).
Float64List get yRowCoordinates => _yRowCoord;