Inheritance diagram for RS::BallObject:


Public Member Functions | |
| BallObject (const PointUE &def_point=PointUE(), const TimeUnknown def_time=TimeUnknown(), const VectorUE &def_speed=VectorUE(), const TimeUnknown def_speed_time=TimeUnknown(), const VectorUE &def_acceleration=VectorUE()) | |
| Default constructor, all values are unknown. | |
| BallObject (const BallObject &obj) | |
| Copy constructor. | |
| BallObject & | operator= (const BallObject &obj) |
| Assignment operator. | |
Definition at line 81 of file BallObject.h.
1.3-rc3