Ignore:
Timestamp:
05/27/08 21:24:34 (16 years ago)
Author:
mattausch
Message:

dynamic objects problem!!

File:
1 edited

Legend:

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

    r2691 r2720  
    165165  void 
    166166  GetSqrDistances(const Vector3 &point, 
    167                   float &minDistance, 
    168                   float &maxDistance 
    169                   ) const; 
     167                                  float &minDistance, 
     168                                  float &maxDistance) const; 
    170169 
    171170  // returns true, when the sphere specified by the origin and radius 
     
    377376  */ 
    378377  void ExtractPolys(PolygonContainer &polys) const; 
    379  
     378  /** Triangulate the box. 
     379  */ 
     380  void Triangulate(ObjectContainer &triangles) const; 
    380381  /** Returns true if the mesh intersects the bounding box. 
    381382  */ 
Note: See TracChangeset for help on using the changeset viewer.