#include <types.h>
Public メソッド | |
BallT () | |
initialize all variables by 0 | |
bool | hasVelocity () const |
check if this object has velocity info | |
Public 変数 | |
float | x_ |
ball position x | |
float | y_ |
ball position y | |
float | vx_ |
ball velocity x | |
float | vy_ |
ball velocity y |
bool rcsc::rcg::BallT::hasVelocity | ( | ) | const [inline] |
check if this object has velocity info