diff options
| author | Comment <tim@gray.(none)> | 2013-07-26 22:46:00 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-07-26 22:46:00 +0100 |
| commit | 3d7eea02aa7a155b84c8c74ecbfd55a1941a9297 (patch) | |
| tree | d49d6ac97a0df08f5ea7e6c6c291acca0f65cd12 /rotord/utils.h | |
| parent | 7092eaaae3e844a68804b8a6b6825381e9a81443 (diff) | |
tidy files
Diffstat (limited to 'rotord/utils.h')
| -rw-r--r-- | rotord/utils.h | 10 |
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); |
