An open API service indexing awesome lists of open source software.

https://github.com/tejainece/vector_path

Vector geometry library for Dart to manipulate vector path consisting of lines, bezier quadratic curve, bezier cubic curve and arc
https://github.com/tejainece/vector_path

Last synced: 3 months ago
JSON representation

Vector geometry library for Dart to manipulate vector path consisting of lines, bezier quadratic curve, bezier cubic curve and arc

Awesome Lists containing this project

README

        

# Features

1. Path smoothing
2. Point on curve

# TODO

1. [ ] Curve Intersection
2. [ ] Boolean vector operation: Union
3. [ ] Boolean vector operation: Difference
4. [ ] Expand/shrink
5. [ ] Path simplification
6. [ ] Path flattening