MCPcopy
hub / github.com/plouc/nivo / ArcCenter

Interface ArcCenter

packages/arcs/src/centers.ts:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74export interface ArcCenter<Datum extends DatumWithArc> extends Point {
75 data: Datum
76}
77
78/**
79 * Compute an array of arc centers from an array of data containing arcs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected