Changeset 2486
- Timestamp:
- Dec 16, 2008, 6:06:07 PM (16 years ago)
- Location:
- code/branches/presentation/src/orxonox/objects/collisionshapes
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/collisionshapes/CMakeLists.txt
r2459 r2486 1 1 SET( SRC_FILES 2 BoxCollisionShape.cc 2 3 CollisionShape.cc 3 4 CompoundCollisionShape.cc 5 ConeCollisionShape.cc 4 6 PlaneCollisionShape.cc 5 7 SphereCollisionShape.cc -
code/branches/presentation/src/orxonox/objects/collisionshapes/SphereCollisionShape.h
r2459 r2486 48 48 { this->radius_ = radius; updateSphere(); } 49 49 inline float getRadius() const 50 { return this->radius_; }50 { return this->radius_; } 51 51 52 52 void updateSphere();
Note: See TracChangeset
for help on using the changeset viewer.