gridify_dgrid
function gridify_dgrid(D, parameters?): Point[];Defined in: dgrid.ts:68
Removes overlaps by recursively bisecting the data into a dense grid, in the manner of Hilasaca et al.’s Distance-preserving Grid. Fills the whole visualization area, keeping the requested cell aspect ratio.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
D | readonly Point[] | Input points. |
parameters | DGridParameters | - |
Returns
Section titled “Returns”Point[]
One [column, row] cell per input point, in input order.