| Parameter | Description | 
|---|---|
| segments | The path segments to iterate from | 
| closed | Whether to return the segment connecting the last point to the beginning of the path | 
IEnumerable<BezierSegment> An enumerable of every segments in the path
Iterates through every segment in a list of path segments.