Skip to content

Interface: TriangulationInput

Defined in: charts/tri.ts:18

Scattered sample points, with an optional ready-made mesh.

Extended by

Properties

triangles?

ts
optional triangles?: ArrayLike<number>;

Defined in: charts/tri.ts:22

Vertex indices, three per triangle. Computed by Delaunay when omitted.


x

ts
x: ArrayLike<number>;

Defined in: charts/tri.ts:19


y

ts
y: ArrayLike<number>;

Defined in: charts/tri.ts:20

MIT licensed. WebGL2 required.