/[enigma]/enigma/src/px/math.hh
ViewVC logotype

Diff of /enigma/src/px/math.hh

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

revision 1.2 by dheck, Thu Jan 9 18:26:58 2003 UTC revision 1.3 by dheck, Thu Feb 27 15:36:03 2003 UTC
# Line 198  namespace px Line 198  namespace px
198          return true;          return true;
199      }      }
200    
201        template <typename T, int N>
202        inline bool
203        operator!=(const Vector<T,N> & v,const Vector<T,N> & w)
204        {
205            return !(v == w);
206        }
207    
208      class V3 : public Vector<double, 3> {      class V3 : public Vector<double, 3> {
209      public:      public:
210          V3() {}          V3() {}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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