dart_flubber

Creator: coderz1093

Last updated:

0 purchases

dart_flubber Image
dart_flubber Images

Languages

Categories

Add to Cart

Description:

dart flubber

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);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.