Skip to content

Linear interpolation of open and closed lines for Dart

License

Notifications You must be signed in to change notification settings

maxme1/dart_flubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
}

About

Linear interpolation of open and closed lines for Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages