aboutsummaryrefslogtreecommitdiffstats
path: root/AutopyExtended
Commit message (Collapse)AuthorAgeFilesLines
* BezierCurveLeonard Kugis2020-08-222-4/+7
| | | | | Added linear interpolation between two points. Now non-discrete times are valid.
* CurveBezierLeonard Kugis2020-08-213-2/+66
| | | | Fixed bezier curve
* CurvesLeonard Kugis2020-08-216-0/+2044
Added Linear and Bezier Curves.