delaunay 2.0.0 copy "delaunay: ^2.0.0" to clipboard
delaunay: ^2.0.0 copied to clipboard

Computes the Delaunay triangulation of a set of two dimensional points.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add delaunay

With Flutter:

 $ flutter pub add delaunay

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  delaunay: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:delaunay/delaunay.dart';
6
likes
140
pub points
53%
popularity

Publisher

unverified uploader

Computes the Delaunay triangulation of a set of two dimensional points.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on delaunay