/[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.3 by dheck, Thu Feb 27 15:36:03 2003 UTC revision 1.4 by dheck, Sun Mar 23 17:16:46 2003 UTC
# Line 233  namespace px Line 233  namespace px
233          return r;          return r;
234      }      }
235    
     inline V3 make_v3(double x, double y, double z)  
     {  
         V3 r;  
         r[0] = x;  
         r[1] = y;  
         r[2] = z;  
         return r;  
     }  
236      std::ostream& operator<<(std::ostream& os, const V3 & v);      std::ostream& operator<<(std::ostream& os, const V3 & v);
237    
238      class V2 : public Vector<double, 2> {      class V2 : public Vector<double, 2> {
# Line 259  namespace px Line 251  namespace px
251          }          }
252      };      };
253    
     inline V2 make_v2(double x, double y)  
     {  
         V2 r;  
         r[0] = x;  
         r[1] =y;  
         return r;  
     }  
   
254      std::ostream& operator<<(std::ostream& os, const V2 & v);      std::ostream& operator<<(std::ostream& os, const V2 & v);
255  }  }
256  #endif  #endif

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

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