SegmentAngle constructor

SegmentAngle(
  1. double start,
  2. double sweep
)

Implementation

SegmentAngle(this.start, this.sweep);