Changeset 141 for trunk/src/game/Object.h
- Timestamp:
- 11/19/08 13:39:50 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Object.h
r120 r141 378 378 GetNearPoint(obj,x,y,z,obj->GetObjectSize(),distance2d,GetAngle( obj )); 379 379 } 380 void GetRandomContactPoint( const WorldObject* obj, float &x, float &y, float &z, float distance2dMin, float distance2dMax ) const;381 380 382 381 float GetObjectSize() const