X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fmathw.h;h=d752838f343571376f1e6586740ce539310af044;hb=27b748208e91c2e802cbc2b8f7ab3620adaf6cb6;hp=0d9e3ab14369df005a8cb87db1d0d283d705539b;hpb=046b034cd191d42dab6b27aa909b6044b0c7ca8a;p=physics.git diff --git a/src/mathw.h b/src/mathw.h index 0d9e3ab..d752838 100644 --- a/src/mathw.h +++ b/src/mathw.h @@ -9,10 +9,6 @@ int mod(int,int); -float radsToA(float); -float atanA(float); -float atan2A(float, float); - /// Vector2 Math //Vector2 vectorToLine(float, float, float, float) const;