--- trunk/src/math/Vector.hpp 2006/02/08 18:21:40 885 +++ 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];