/[usata]/usata2/src/math/vector.hpp
ViewVC logotype

Diff of /usata2/src/math/vector.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by Descender, Tue Jan 4 16:01:52 2005 UTC revision 1.10 by Descender, Wed Jan 5 01:26:11 2005 UTC
# Line 74  namespace usata Line 74  namespace usata
74                                  return v[index];                                  return v[index];
75                          }                          }
76    
77                            const T&
78                            operator[] (int index) const
79                            {
80                                    return v[index];
81                            }
82    
83                          //! \brief Output stream operator                          //! \brief Output stream operator
84                          friend std::ostream&                          friend std::ostream&
85                          operator << (std::ostream& out, const Vector4& vector)                          operator << (std::ostream& out, const Vector4& vector)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26