#include <kickaction.h>
Inheritance diagram for KickAction:
Public Member Functions | |
KickAction (const std::string &predicate, float phi, float power) | |
virtual | ~KickAction () |
float | GetPower () const |
returns the stored kick power | |
float | GetAngle () |
returns the stored kick type | |
Protected Attributes | |
float | mPower |
the amount of force to be applied to be the ball | |
float | mKickAngle |
the kick angle to be applied to the ball |
Definition at line 28 of file kickaction.h.
|
Definition at line 31 of file kickaction.h. |
|
Definition at line 34 of file kickaction.h. |
|
returns the stored kick type
Definition at line 40 of file kickaction.h. References mKickAngle. |
|
returns the stored kick power
Definition at line 37 of file kickaction.h. References mPower. |
|
the kick angle to be applied to the ball
Definition at line 47 of file kickaction.h. Referenced by GetAngle(). |
|
the amount of force to be applied to be the ball
Definition at line 44 of file kickaction.h. Referenced by GetPower(). |