Library to calculate angles from positions and vice versa (also used for shooting angles)

Dependents:   includeair includeair calcul_Ueff2 Mesure_energie

Revision:
1:6cace9fdb088
Parent:
0:b8295c4b5793
Child:
3:067c75c62882
--- a/angleandposition.h	Thu Oct 15 11:19:39 2015 +0000
+++ b/angleandposition.h	Mon Oct 19 13:25:40 2015 +0000
@@ -10,8 +10,8 @@
 
     angleandposition(void);
 
-    float positiontoangle1 (float x_position);
-    float positiontoangle2 (float x_position);
+    float positiontoangle1 (float x_position,float y_position);
+    float positiontoangle2 (float x_position,float y_position);
 
 private: