]> git.droids-corp.org - aversive.git/blobdiff - modules/base/math/geometry/vect_base.h
compilation workaround
[aversive.git] / modules / base / math / geometry / vect_base.h
index b511e076990f9258296a93726a093b6a4a7b0d6f..e46c840abc07a5ebe90e97ef2b9db558fc1e0398 100755 (executable)
@@ -49,7 +49,7 @@ int8_t
 vect_pvect_sign(vect_t *v, vect_t *w);
 
 /* norm of a vector */
-float norm(float x1, float y1, float x2, float y2);
+//float norm(float x1, float y1, float x2, float y2);
 float pt_norm(point_t *p1, point_t *p2);
 float vect_norm(vect_t *v);
 void vect_rot_trigo(vect_t *v);