Skip to content

CullOptions

Defined in: labels/cull.ts:43

optional padding?: number

Defined in: labels/cull.ts:46

Anchors within this many pixels outside the viewport are still considered.


optional scratch?: LabelCullScratch

Defined in: labels/cull.ts:49

Reusable buffers, so a per-frame caller allocates nothing (see labelCullScratch). Omitted ⇒ a fresh one per call.


viewport: object

Defined in: labels/cull.ts:44

height: number

width: number