Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2014, 4:06:09 PM (9 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpPlatformDisappear.h

    r10050 r10111  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Fabien Vultier
    2424 *   Co-authors:
    2525 *      ...
     
    3737
    3838#include "jump/JumpPrereqs.h"
    39 
    4039#include "util/Math.h"
    41 
    4240#include "worldentities/MovableEntity.h"
    43 
    4441
    4542namespace orxonox
    4643{
    47 
    48     /**
    49     @brief
    50         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     @author
    55         Fabian 'x3n' Landau
    56 
    57     @ingroup Jump
    58     */
    5944    class _JumpExport JumpPlatformDisappear : public JumpPlatform
    6045    {
     
    6247            JumpPlatformDisappear(Context* context);
    6348            virtual ~JumpPlatformDisappear();
    64 
    6549            virtual void tick(float dt);
    66 
    6750            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    68 
    6951            virtual void setProperties(bool active);
    7052            virtual bool isActive();
    7153            virtual void touchFigure();
    72 
    7354
    7455        protected:
Note: See TracChangeset for help on using the changeset viewer.