summaryrefslogtreecommitdiff
path: root/rotord/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/utils.h')
-rw-r--r--rotord/utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/rotord/utils.h b/rotord/utils.h
deleted file mode 100644
index 3859afe..0000000
--- a/rotord/utils.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <cmath>
-
-#define FLOAT_THRESHOLD .001f
-
-//float equality
-bool fequal(const float u,const float v);
-bool fless_or_equal(const float u,const float v);
-bool fgreater_or_equal(const float u,const float v);
-bool fless(const float u,const float v);
-bool fgreater(const float u,const float v);