linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
716 stars 69 forks source link

Add missing bounds on CircleSegment #322

Closed ratmice closed 10 months ago

ratmice commented 11 months 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.