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

Comparing trunk/OOPSE-4/src/math/Vector.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2588 by tim, Fri Feb 10 15:12:14 2006 UTC

# Line 347 | Line 347 | namespace oopse {
347      inline bool isNormalized() {
348        return equal(lengthSquare(), 1.0);
349      }          
350 <            
350 >
351 >    unsigned int size() {return Dim;}
352    protected:
353      Real data_[Dim];
354          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines