summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 99b9fc2..b351d2c 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -44,7 +44,10 @@ int selfcommand(char *s);
cs_t c3_to_cs(c3_t p);
real d2r(int d);
real shitdist(struct c3_shape *s,c3_t p);
-
+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 points_to_angle(c2_t p1,c2_t p2);
int compar(zsort_t *a,zsort_t *b);