mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2025-02-23 20:31:33 +00:00
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 |
||
---|---|---|
.. | ||
quake2 | ||
quake3 |