Skip to content

Releases: romb-technologies/Bezier

bezier_0.3.1

10 Feb 13:37
Compare
Choose a tag to compare
  • Switch numerical methods to polynomial solver where applicable
  • Improve stability of left-over numerical methods
  • Improve polyline method: single parameter, faster, less output points
  • Remove epsilon parameter (use sqrt(double::epsilon) when needed)
  • Length is cached as a Chebyshe approximation

bezier_0.2

15 Jun 10:05
Compare
Choose a tag to compare

Fast and lightweight class for using the Bezier curves of any order in C++