1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

ptrude/: many major math fixes, especially in stretch_path

This commit is contained in:
Werner Almesberger
2011-07-31 19:17:05 -03:00
parent ee634458dc
commit 26a0f4cf2b
6 changed files with 161 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ void free_path(struct path *path);
double path_set_length(struct path *path);
struct path *round_path(const struct path *path, double r, double d);
struct path *stretch_path(const struct path *path, double d);
struct path *stretch_path(const struct path *path, double dist, double r);
struct path *load_path(FILE *file);
void save_path(FILE *file, const struct path *path);