--- trunk/src/math/Vector.hpp 2005/04/15 22:04:00 507 +++ trunk/src/math/Vector.hpp 2006/02/10 15:12:14 886 @@ -347,7 +347,8 @@ namespace oopse { inline bool isNormalized() { return equal(lengthSquare(), 1.0); } - + + unsigned int size() {return Dim;} protected: Real data_[Dim];