Changeset 242:b255f25ad394 in lemon-0.x for src/work/athos/xy
- Timestamp:
 - 03/24/04 14:06:06 (22 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Convert:
 - svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@341
 - Location:
 - src/work/athos/xy
 - Files:
 - 
          
- 2 edited
 
- 
          boundingbox.h (modified) (2 diffs)
 - 
          xy.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
src/work/athos/xy/boundingbox.h
r240 r242 1 1 // -*- c++ -*- 2 /**3 Implementation of a bounding box of plainvectors.4 5 */6 2 #ifndef HUGO_BOUNDINGBOX_H 7 3 #define HUGO_BOUNDINGBOX_H … … 12 8 namespace hugo { 13 9 10 /** \brief 11 Implementation of a bounding box of plainvectors. 12 13 */ 14 14 template<typename T> 15 15 class BoundingBox {  - 
        
src/work/athos/xy/xy.h
r240 r242 1 1 // -*- c++ -*- 2 /**3 2 dimensional vector (plainvector) implementation4 5 */6 2 #ifndef HUGO_XY_H 7 3 #define HUGO_XY_H … … 11 7 namespace hugo { 12 8 9 /** \brief 10 2 dimensional vector (plainvector) implementation 11 12 */ 13 13 template<typename T> 14 14 class xy {  
Note: See TracChangeset
          for help on using the changeset viewer.
      
