Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2005, 11:29:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: possibility to return the count of faces of some Object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/particles/particle_system.h

    r4663 r4677  
    101101  inline float getMass(void) const { return this->initialMass; };
    102102
     103  unsigned int getFaceCount(void) const;
     104
     105
    103106  virtual void applyField(Field* field);
    104107  /** \brief this is an empty function, because the Physics are implemented in tick \param dt: useless here */
Note: See TracChangeset for help on using the changeset viewer.