--- trunk/src/math/Vector3.hpp 2005/03/01 20:10:14 385 +++ trunk/src/math/Vector3.hpp 2006/05/17 21:51:42 963 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -144,12 +144,12 @@ 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 ) ; - const Vector3d V3Y( 0.0, 1.0, 0.0 ) ; - const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ; + const Vector3d V3Zero(0.0 , 0.0, 0.0); + const Vector3d V3X( 1.0, 0.0, 0.0 ) ; + const Vector3d V3Y( 0.0, 1.0, 0.0 ) ; + const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ; }