#include <CreateSphereBodyObjectDesc.h>
Public Member Functions | |
| CreateSphereBodyObjectDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, const ml7::Vector2 &position, float orientation, const bl7::geometry2::Sphere &sphere) | |
| virtual | ~CreateSphereBodyObjectDesc (void) |
| const bl7::geometry2::Sphere & | get_sphere () const |
Protected Attributes | |
| const bl7::geometry2::Sphere | _sphere |
The command class for creating sphere body object descriptions.
| cyber::editor::commands::creation::CreateSphereBodyObjectDesc::CreateSphereBodyObjectDesc | ( | unsigned | cmd_number, | |
| const cl7::string_type & | cmd_name, | |||
| world::WorldDesc * | world_desc, | |||
| unsigned | obj_id, | |||
| const ml7::Vector2 & | position, | |||
| float | orientation, | |||
| const bl7::geometry2::Sphere & | sphere | |||
| ) |
Explicit constructor.
| cyber::editor::commands::creation::CreateSphereBodyObjectDesc::~CreateSphereBodyObjectDesc | ( | void | ) | [virtual] |
Destructor.
| const bl7::geometry2::Sphere& cyber::editor::commands::creation::CreateSphereBodyObjectDesc::get_sphere | ( | ) | const [inline] |
Returns the sphere geometry of the body object description.
const bl7::geometry2::Sphere cyber::editor::commands::creation::CreateSphereBodyObjectDesc::_sphere [protected] |
The sphere geometry of the body object description.
1.7.1