linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
727 stars 71 forks source link

Add missing bounds on CircleSegment #322

Closed ratmice closed 11 months ago

ratmice commented 1 year ago

Besides CircleSegment all the other structures implementing Shape also derive the traits (added), some also derive Default, such as Circle. I didn't add a Default implementation however.