arc code complete with support for both R and IJK style blocks

This commit is contained in:
Simen Svale Skogsrud
2009-02-01 11:58:21 +01:00
parent e21064bd86
commit 9799955555
6 changed files with 161 additions and 213 deletions

View File

@@ -24,7 +24,4 @@
// Find the angle from the positive y axis to the given point with respect to origo.
double theta(double x, double y);
// Find the distance from origo to point [x,y]
double hypot(double x, double y);
#endif