Skip to content

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.

ParameterTypeDescription
Dreadonly Point[]Input points.
parametersDGridParameters-

Point[]

One [column, row] cell per input point, in input order.