[Bf-python] Vectors comparison doubts

CoDEmanX codemanx at gmx.de
Tue Feb 10 15:53:11 CET 2015


I don't think you should compare vectors directly, because their components are floats and can suffer from rounding problems. It's probably safer to compare the components with some rounding applied (or an epsilon margin and greater/less comparisons).


More information about the Bf-python mailing list