aboutsummaryrefslogtreecommitdiffstats
path: root/AutopyExtended/Curve/CurveBezier.py
AgeCommit message (Collapse)AuthorLines
2020-08-22Refactoring, BezierLeonard Kugis-27/+0
Refactored module layout. Added missing dependencies to setup. Added time scaling to curves.
2020-08-22BezierCurveLeonard Kugis-3/+5
Added linear interpolation between two points. Now non-discrete times are valid.
2020-08-22CurveBezierLeonard Kugis-2/+2
Fixed bezier curve
2020-08-21CurvesLeonard Kugis-0/+25
Added Linear and Bezier Curves.