Changeset 3301 for code/trunk/src/orxonox/objects/collisionshapes
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/collisionshapes/CollisionShape.h
r2662 r3301 63 63 virtual void setScale3D(const Vector3& scale); 64 64 virtual void setScale(float scale); 65 inline const Vector3& getScale3D( void) const65 inline const Vector3& getScale3D() const 66 66 { return this->scale_; } 67 67
Note: See TracChangeset
for help on using the changeset viewer.