From 3a85a10c8607b3244f4559e692dd2f63a0282467 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 29 Mar 2018 18:26:45 -0500 Subject: renamed a function --- src/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math.h b/src/math.h index 42d7304..7c01c4b 100644 --- a/src/math.h +++ b/src/math.h @@ -14,7 +14,7 @@ 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); -c3_group_rot_t *get_group_rotation(char *id); +c3_group_rot_t *get_group_relative(char *id); radians d2r(degrees d); degrees r2d(radians r); radians points_to_angle(c2_t p1,c2_t p2); -- cgit v1.2.3