Changeset 10111 for code/branches/pickupsFS14/src/modules/jump/JumpSpring.h
- Timestamp:
- Nov 5, 2014, 4:06:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpSpring.h
r10074 r10111 21 21 * 22 22 * Author: 23 * Fabi an 'x3n' Landau23 * Fabien Vultier 24 24 * Co-authors: 25 25 * ... 26 26 * 27 27 */ 28 29 /**30 @file JumpSpring.h31 @brief Declaration of the JumpSpring class.32 @ingroup Jump33 */34 28 35 29 #ifndef _JumpSpring_H__ … … 45 39 namespace orxonox 46 40 { 47 48 /**49 @brief50 This class manages the ball for @ref orxonox::Jump "Jump".51 52 It is responsible for both the movement of the ball in the x,z-plane as well as its interaction with the boundaries of the playing field (defined by the @ref orxonox::JumpCenterpoint "JumpCenterpoint") and the @ref orxonox::JumpFigure "JumpFigures". Or more precisely, it makes the ball bounce off then upper and lower delimiters of the playing field, it makes the ball bounce off the bats and also detects when a player scores and takes appropriate measures.53 54 @author55 Fabian 'x3n' Landau56 57 @ingroup Jump58 */59 41 class _JumpExport JumpSpring : public JumpItem 60 42 {
Note: See TracChangeset
for help on using the changeset viewer.