yRowCoordinates property

Float64List yRowCoordinates

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;