Working on a new generator class, nearly there

This commit is contained in:
Kayne Ruse
2014-06-18 01:00:31 +10:00
parent ff5c170579
commit fbaf15337f
13 changed files with 190 additions and 14 deletions
+1
View File
@@ -29,6 +29,7 @@ double curve(double);
//snap x to a grid of base
double snap(double x, double base);
int snap(int x, int base);
//vector dot product
double scalarProduct(Vector2, Vector2);