Skip to content

Interface: IsobandPolygon

Defined in: charts/fields.ts:30

One filled band: the region of the field where lo <= v <= hi.

Properties

hi

ts
hi: number;

Defined in: charts/fields.ts:32


lo

ts
lo: number;

Defined in: charts/fields.ts:31


x

ts
x: Float64Array;

Defined in: charts/fields.ts:33


y

ts
y: Float64Array;

Defined in: charts/fields.ts:34

MIT licensed. WebGL2 required.