yoanlcq / vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
280 stars 31 forks source link

It's possible to build good-looking circles with 8 quadratic Bézier curves #6

Open yoanlcq opened 6 years ago

yoanlcq commented 6 years ago

Cubic Bézier curves provide unit_quarter_circle() and unit_circle().

Quadratic Bézier curves should provide unit_eighth_circle() and unit_circle() as well.

yoanlcq commented 6 years ago

See also #7