Ignore:
Timestamp:
05/24/06 10:47:49 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoBase.h

    r774 r980  
    4545        }; 
    4646 
     47        struct  MeshBounds 
     48        { 
     49                float   maxX; 
     50                float   maxY; 
     51                float   maxZ; 
     52                float   minX; 
     53                float   minY; 
     54                float   minZ; 
     55                float   radius; 
     56                float   scaleFactor; 
     57        }; 
     58         
    4759        //      2006-02-14 
    4860        //      Gustavo Puche. 
Note: See TracChangeset for help on using the changeset viewer.