ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/Vector3.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/math/Vector3.hpp (file contents):
Revision 2069 by tim, Tue Mar 1 20:10:14 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 146 | Line 146 | namespace oopse {
146    
147    typedef Vector3<double> Vector3d;    
148  
149 <    const Vector3d V3Zero(0.0 , 0.0, 0.0);
150 <    const Vector3d V3X( 1.0, 0.0, 0.0 ) ;
151 <    const Vector3d V3Y( 0.0, 1.0, 0.0 ) ;
152 <    const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ;    
149 >  const Vector3d V3Zero(0.0 , 0.0, 0.0);
150 >  const Vector3d V3X( 1.0, 0.0, 0.0 ) ;
151 >  const Vector3d V3Y( 0.0, 1.0, 0.0 ) ;
152 >  const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ;    
153    
154   }
155  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines