Ignore:
Timestamp:
11/06/06 20:47:06 (18 years ago)
Author:
bittner
Message:

new visibility filter support

File:
1 edited

Legend:

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

    r1486 r1715  
    181181 
    182182 
    183   Vector3 GetRandomPoint() const { 
    184     Vector3 size = Size(); 
    185     return mMin + Vector3(RandomValue(0.0f, size.x), 
    186                                                   RandomValue(0.0f, size.y), 
    187                                                   RandomValue(0.0f, size.z));  
    188   } 
     183  Vector3 GetRandomPoint() const; 
    189184 
    190185 
Note: See TracChangeset for help on using the changeset viewer.