]> git.droids-corp.org - aversive.git/blobdiff - modules/base/math/geometry/lines.h
work on trajectory, update cobboard and ballboard too
[aversive.git] / modules / base / math / geometry / lines.h
index 6763b91db60279cb9615097b66794843f2470972..62094f4ccc5e57600c3d5bdda89fbcbade827202 100755 (executable)
@@ -52,4 +52,7 @@ intersect_segment(const point_t *s1, const point_t *s2,
                  const point_t *t1, const point_t *t2,
                  point_t *p);
 
+/* translate the line */
+void
+line_translate(line_t *l, vect_t *v);
 #endif /* _LINES_H_ */