--- trunk/OOPSE-4/src/math/Vector.hpp 2004/10/18 23:13:23 1594 +++ trunk/OOPSE-4/src/math/Vector.hpp 2004/10/19 04:21:07 1595 @@ -301,6 +301,10 @@ namespace oopse { double len; len = length(); + + //if (len < oopse:epsilon) + // throw(); + *this /= len; } @@ -392,13 +396,6 @@ namespace oopse { return result; } - /** fuzzy comparson */ - template - inline bool epsilonEqual( const Vector& v1, const Vector& v2 ) { - - } - - /** * Returns the dot product of two Vectors * @param v1 first vector