cellCount property
int
get
cellCount
Returns the number of cells (same as number of input points).
Implementation
int get cellCount => delaunay.pointsLength;
Returns the number of cells (same as number of input points).
int get cellCount => delaunay.pointsLength;