bezier 1.1.0 copy "bezier: ^1.1.0" to clipboard
bezier: ^1.1.0 copied to clipboard

outdated

A 2D Bézier curve math library. Based heavily on the work of @TheRealPomax <pomax.github.io/bezierjs>. Live examples can be found at <www.dartographer.com/bezier>.

Changelog - bezier #

v 1.1.0 - January 30 2019 #

  • Added nearestTValue method to Bezier class, based on work by @luigi-rosso -- Thanks!
  • Added indexOfNearestPoint method (to support nearestTValue) in bezier_tools
  • Added unit tests for both new methods in bezier_nearest_methods_test

v 1.0.3 - December 20 2018 #

  • Corrected the version number in the pubspec, since I forgot to commit it in 1.0.2

v 1.0.2 - December 20 2018 #

  • Added example directory with a simple HTML demo app
  • Adjusted the description in pubspec again to meet character count limits

v 1.0.1 - December 12 2018 #

  • Adjusted minor details in pubspec
  • Listed GitHub page as package homepage

v 1.0.0 - December 12 2018 #

  • First public release
  • Published to Pub at [https://pub.dartlang.org/packages/bezier]

v 0.0.0 - September 26 2018 #

  • Initial release
52
likes
0
pub points
84%
popularity

Publisher

verified publisherdartographer.com

A 2D Bézier curve math library. Based heavily on the work of @TheRealPomax <pomax.github.io/bezierjs>. Live examples can be found at <www.dartographer.com/bezier>.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

vector_math

More

Packages that depend on bezier