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
Section titled “Properties”xMax:
number
Defined in: perf/viewport.ts:11
xMin:
number
Defined in: perf/viewport.ts:10
yMax:
number
Defined in: perf/viewport.ts:13
yMin:
number
Defined in: perf/viewport.ts:12