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

Comparing trunk/OOPSE-4/src/math/Vector3.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 144 | Line 144 | namespace oopse {
144  
145    typedef Vector3<int> Vector3i;
146    
147 <  typedef Vector3<double> Vector3d;    
147 >  typedef Vector3<RealType> Vector3d;    
148  
149    const Vector3d V3Zero(0.0 , 0.0, 0.0);
150    const Vector3d V3X( 1.0, 0.0, 0.0 ) ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines