Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2005, 1:34:42 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsInterface should now make a usefull cast: PhysicsInterface→BaseObject→PNode()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_interface.h

    r4597 r4762  
    2929{
    3030 public:
    31   PhysicsInterface(void* objectPointer);
     31  PhysicsInterface();
    3232  virtual ~PhysicsInterface();
    3333  /** \param mass the mass to set for this node. */
     
    4646
    4747 private:
    48   void*          objectPointer;         //!< A Pointer to the object we handel (actually should be this)
    49 
    50 
    5148  float          mass;                  //!< Mass of this object
    5249  float          massChildren;          //!< Sum of the masses of the children nodes
Note: See TracChangeset for help on using the changeset viewer.