0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.