gtkradiant/tools
rambetter f17ae01a72 In PlaneEqual() in map.c, being extra anal about the logic there. Previous
logic used '<=' in compare, new logic uses '<'.  This was changed for two
reasons:
1. It adheres the the true meaning of epsilon, which is something along the
lines of "the minimum value that can be added to number X such that number X
takes on a new value after the addition" in computer science.
2. Other code that compares epsilons uses strict inequality, so I don't want
to have a case where to planes are reported equal but are not snapped
together, etc.
I still have to finish looking at where else PlaneEqual() is used and fix
related problems.


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/Rambetter-math-fix-experiments@403 8a3a26a2-13c4-0310-b231-cf6edde360e5
2011-01-02 06:50:58 +00:00
..
quake2 merge branch work back into trunk 2008-09-01 17:34:10 +00:00
quake3 In PlaneEqual() in map.c, being extra anal about the logic there. Previous 2011-01-02 06:50:58 +00:00