| 72 | } |
| 73 | |
| 74 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected