// math3dhelper.h
bool FloatEq(
float x,
float y
);
View the official Windows Driver Kit DDI referenceNo description available.
This function tests equality with FLOAT_TOLERANCE = 0.00001. x will be considered equal to y, if the difference between the two numbers is less than FLOAT_TOLERANCE.
xx value.
yy value.
This function returns bool.