Ecosyste.ms: Awesome
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: 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
- Host: GitHub
- URL: https://github.com/tejainece/vector_path
- Owner: tejainece
- Created: 2024-11-24T00:25:53.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-15T23:29:53.000Z (20 days ago)
- Last Synced: 2024-12-16T00:24:38.464Z (20 days ago)
- Language: Dart
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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