diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-05-03 18:25:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-05-03 18:25:26 +0100 |
| commit | ff59340614ec150e4bd84d3554081e666970aef2 (patch) | |
| tree | b32689f18b0457580ecf1c7934edd69142a9e005 /rotord/utils.h | |
| parent | 4aa8f7c20c5e8bbe1ed9b007a1193ced8b019f4d (diff) | |
elusive hang while rendering
Diffstat (limited to 'rotord/utils.h')
| -rw-r--r-- | rotord/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rotord/utils.h b/rotord/utils.h new file mode 100644 index 0000000..e9084ff --- /dev/null +++ b/rotord/utils.h @@ -0,0 +1,6 @@ +#include <cmath> + +//float equality +bool fequal(const float u,const float v); +bool flessorequal(const float u,const float v); +bool fmoreorequal(const float u,const float v); |
