fit_curve 1.0.4 copy "fit_curve: ^1.0.4" to clipboard
fit_curve: ^1.0.4 copied to clipboard

Dart implementation of Philip J. Schneider's \"Algorithm for Automatically Fitting Digitized Curves\" from the book \"Graphics Gems\"

fit_curve #

JavaScript implementation of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems". Converted from Python implementation.

Fit one or more cubic Bezier curves to a polyline. Works with 2D and 3D curves (and should work for higher dimensions too).

This is a Dart implementation of Philip J. Schneider's C code. The original C code is available on http://graphicsgems.org/ as well as in https://github.com/erich666/GraphicsGems

This implementation derived from the Python by Volker Poplawski and JS bt Aleksandr Motsjonov implementations.

2
likes
110
pub points
3%
popularity

Publisher

unverified uploader

Dart implementation of Philip J. Schneider's \"Algorithm for Automatically Fitting Digitized Curves\" from the book \"Graphics Gems\"

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

curve

More

Packages that depend on fit_curve