Clean up MSVC warning [C4305]: truncation from 'double' to 'F32'

This commit is contained in:
suncaller 2019-02-02 23:07:44 -05:00
parent 32c7f2c7a7
commit 265e64f6fc
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@
#define M_CONST_E_F 2.7182818284590452353602874f
#define POINT_EPSILON (1e-4) ///< Epsilon for point types.
#define POINT_EPSILON (0.0001f) ///< Epsilon for point types.
/// Result of an overlap test.