#include <SphereBodyObjectDesc.h>
Public Member Functions | |
| const bl7::geometry2::Sphere & | get_sphere () const |
Protected Member Functions | |
| SphereBodyObjectDesc (ClassID class_id, unsigned id, const ml7::Vector2 &position, float orientation, const bl7::geometry2::Sphere &sphere) | |
| SphereBodyObjectDesc (const SphereBodyObjectDesc &rhs) | |
| SphereBodyObjectDesc & | operator= (const SphereBodyObjectDesc &rhs) |
| virtual | ~SphereBodyObjectDesc (void) |
The sphere body object description class.
| cyber::world::SphereBodyObjectDesc::SphereBodyObjectDesc | ( | ClassID | class_id, | |
| unsigned | id, | |||
| const ml7::Vector2 & | position, | |||
| float | orientation, | |||
| const bl7::geometry2::Sphere & | sphere | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::SphereBodyObjectDesc::SphereBodyObjectDesc | ( | const SphereBodyObjectDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::SphereBodyObjectDesc::~SphereBodyObjectDesc | ( | void | ) | [protected, virtual] |
Destructor.
| const bl7::geometry2::Sphere& cyber::world::SphereBodyObjectDesc::get_sphere | ( | ) | const [inline] |
Returns the sphere geometry.
| SphereBodyObjectDesc & cyber::world::SphereBodyObjectDesc::operator= | ( | const SphereBodyObjectDesc & | rhs | ) | [protected] |
Copy assignment operator.
1.7.1