Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 3:32:40 PM (5 years ago)
Author:
pomselj
Message:

bounces moore smoothly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.h

    r12356 r12360  
    134134            void setDefBoundarySound(const std::string& engineSound);
    135135            const std::string& getDefBoundarySound();
     136            float getRadius();
    136137
    137             unsigned int getHealth();
    138138
    139139        private:
     
    141141
    142142            OrxoBlox* getOrxoBlox();
     143            float radius_;
    143144            float fieldWidth_; //!< The width of the playing field.
    144145            float fieldHeight_; //!< The height of the playing field.
Note: See TracChangeset for help on using the changeset viewer.