edge property

Iterable<Vec> edge

Traces the outside edge of the circle.

Implementation

Iterable<Vec> get edge => _CircleIterable(_CircleIterator(this, edge: true));