the edge of an image. It should not be clipped, but comparisions with floats then can go wrong... here the FLT_EPSILON is to the rescue. /* smallest such that 1.0+FLT_EPSILON != 1.0 */ #define FLT_EPSILON 1.19209290e-07F (Bug fix #2610)
the edge of an image. It should not be clipped, but comparisions with floats then can go wrong... here the FLT_EPSILON is to the rescue. /* smallest such that 1.0+FLT_EPSILON != 1.0 */ #define FLT_EPSILON 1.19209290e-07F (Bug fix #2610)