On 25/12/2007, Alexander Dorofeyev alexd4@inbox.lv wrote:
- if ((pos[3] < 1e-8) && (pos[3] > -1e-8))
You should probably use eps and -eps there, like the rest of the code does. Also, please write a test case to prevent this from regressing in the future.