Changeset 10651 in orxonox.OLD for branches/vs-enhencements/src/util/track
- Timestamp:
- May 10, 2007, 4:16:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/util/track/action_box.h
r10642 r10651 23 23 bool isPointInBox( const Vector& pos ); 24 24 25 float getWidth_2(){ return width_2; } 26 float getHeight_2(){ return height_2; } 27 float getDepth(){ return depth; } 28 float getStretch(){ return stretch; } 29 25 30 private: 26 31 void updatePlanes();
Note: See TracChangeset
for help on using the changeset viewer.