Arc
Defined in: packages/core/src/scene/geometry.ts:27
Described by center/radius plus explicit start/end points (rather than angles) so the renderer can feed coordinates straight through the same toPixel() transform as every other shape, and so SVG's arc path command (which takes endpoints, not angles) needs no extra conversion.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
center | readonly | Point | packages/core/src/scene/geometry.ts:28 |
end | readonly | Point | packages/core/src/scene/geometry.ts:31 |
radius | readonly | number | packages/core/src/scene/geometry.ts:29 |
start | readonly | Point | packages/core/src/scene/geometry.ts:30 |