--- trunk/src/math/Vector3.hpp 2004/10/18 17:07:27 99 +++ trunk/src/math/Vector3.hpp 2004/10/21 21:31:39 137 @@ -48,7 +48,9 @@ namespace oopse { template class Vector3 : public Vector{ public: - + typedef Real ElemType; + typedef Real* ElemPoinerType; + Vector3() : Vector(){} /** Constructs and initializes a Vector3 from x, y, z coordinates */