|
Thunderbots Project
|
This is the complete list of members for Ball, including all inherited members.
| acceleration() const | Ball | |
| Ball()=delete (defined in Ball) | Ball | |
| Ball(const Point &position, const Vector &velocity, const Timestamp ×tamp, const Vector &acceleration=Vector(0, 0)) | Ball | explicit |
| Ball(const BallState &initial_state, const Timestamp ×tamp, const Vector &acceleration=Vector(0, 0)) | Ball | explicit |
| Ball(const TbotsProto::Ball &ball_proto) | Ball | explicit |
| currentState() const | Ball | |
| estimateFutureState(const Duration &duration_in_future) const | Ball | |
| hasBallBeenKicked(const Angle &expected_kick_direction, double min_kick_speed=0.5, const Angle &max_angle_difference=Angle::fromDegrees(20)) const | Ball | |
| operator!=(const Ball &other) const | Ball | |
| operator==(const Ball &other) const | Ball | |
| position() const | Ball | |
| timestamp() const | Ball | |
| updateState(const BallState &new_state, const Timestamp &new_timestamp, const Vector &new_acceleration=Vector(0, 0)) | Ball | |
| velocity() const | Ball |