summaryrefslogtreecommitdiff
path: root/src/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math.h')
-rw-r--r--src/math.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/math.h b/src/math.h
index 1afe959..dac2409 100644
--- a/src/math.h
+++ b/src/math.h
@@ -8,11 +8,11 @@
#undef __USE_GNU
real distance2(c2_t p1,c2_t p2);
-c2_t rotate_c2(c2_t p1,c2_t p2,real dr);
-c3_t rotate_c3_xr(c3_t p1,c3_t p2,real xr);
-c3_t rotate_c3_yr(c3_t p1,c3_t p2,real yr);
-c3_t rotate_c3_zr(c3_t p1,c3_t p2,real zr);
-real d2r(int d);
-real points_to_angle(c2_t p1,c2_t p2);
+c2_t rotate_c2(c2_t p1,c2_t p2,radians dr);
+c3_t rotate_c3_xr(c3_t p1,c3_t p2,radians xr);
+c3_t rotate_c3_yr(c3_t p1,c3_t p2,radians yr);
+c3_t rotate_c3_zr(c3_t p1,c3_t p2,radians zr);
+radians d2r(degrees d);
+radians points_to_angle(c2_t p1,c2_t p2);
#endif