Skip to content

ViewportBounds

Defined in: perf/viewport.ts:9

Viewport culling utilities.

Given a set of screen-space points, determine which are visible within the current plot area (with configurable margin) and return only the visible range, avoiding draw calls for off-screen data.

Properties

xMax

xMax: number

Defined in: perf/viewport.ts:11


xMin

xMin: number

Defined in: perf/viewport.ts:10


yMax

yMax: number

Defined in: perf/viewport.ts:13


yMin

yMin: number

Defined in: perf/viewport.ts:12