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
- Host: GitHub
- URL: https://github.com/tejainece/vector_path
- Owner: tejainece
- Created: 2024-11-24T00:25:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-13T12:11:18.000Z (4 months ago)
- Last Synced: 2025-03-13T13:24:03.498Z (4 months ago)
- Language: Dart
- Size: 177 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. 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