Ignore:
Timestamp:
05/29/06 18:54:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Mesh.h

    r878 r991  
    182182  } 
    183183   
    184   friend Mesh *CreateBox(const AxisAlignedBox3 &box); 
     184  /** Creates a mesh from a axis aligned bounding box 
     185  */ 
     186  friend Mesh *CreateMeshFromBox(const AxisAlignedBox3 &box); 
    185187}; 
    186188 
Note: See TracChangeset for help on using the changeset viewer.