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

Comparing branches/new_design/OOPSE-2.0/src/math/Vector3.hpp (file contents):
Revision 1817 by tim, Mon Nov 1 22:52:57 2004 UTC vs.
Revision 1818 by tim, Wed Dec 1 20:05:49 2004 UTC

# Line 126 | Line 126 | namespace oopse {
126      
127      return result;
128    }
129 <    
129 >
130 >  typedef Vector3<int> Vector3i;
131 >  
132    typedef Vector3<double> Vector3d;    
133  
134      const Vector3d V3Zero(0.0 , 0.0, 0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines