--- trunk/src/math/Vector3.hpp 2005/04/15 22:04:00 507 +++ trunk/src/math/Vector3.hpp 2006/05/17 21:51:42 963 @@ -144,7 +144,7 @@ namespace oopse { typedef Vector3 Vector3i; - typedef Vector3 Vector3d; + typedef Vector3 Vector3d; const Vector3d V3Zero(0.0 , 0.0, 0.0); const Vector3d V3X( 1.0, 0.0, 0.0 ) ;