Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days 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. [X] Path smoothing
2. [ ] Curve Intersection
3. [ ] Boolean vector operations
4. [ ] Expand/shrink
5. [ ] Path simplification
6. [ ] Path flattening
7. [ ] Point on curve

## Affine transformations

1. [ ] Inverse