dart_flubber 0.2.0 copy "dart_flubber: ^0.2.0" to clipboard
dart_flubber: ^0.2.0 copied to clipboard

Linear interpolation of open and closed lines for Dart.

dart_flubber #

Linear interpolation of open and closed lines for Dart.

The code for closed lines is based on the flubber package, hence the name.

Also a Python version can be found here.

Usage #

import 'package:dart_flubber/dart_flubber.dart';

main(){
  // `first` and `second` are lists of points
  var middle = interpolate(first, second, 0.5, closed: true);
}
0
likes
110
pub points
13%
popularity

Publisher

unverified uploader

Linear interpolation of open and closed lines for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on dart_flubber