#include <MovableBlockDesc.h>
Protected Member Functions | |
| MovableBlockDesc (unsigned id, const ml7::Vector2 &position, float orientation, const bl7::geometry2::Poly &poly) | |
| MovableBlockDesc (const MovableBlockDesc &rhs) | |
| MovableBlockDesc & | operator= (const MovableBlockDesc &rhs) |
| virtual | ~MovableBlockDesc (void) |
The movable block object description class.
| cyber::world::blocks::MovableBlockDesc::MovableBlockDesc | ( | unsigned | id, | |
| const ml7::Vector2 & | position, | |||
| float | orientation, | |||
| const bl7::geometry2::Poly & | poly | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::blocks::MovableBlockDesc::MovableBlockDesc | ( | const MovableBlockDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::blocks::MovableBlockDesc::~MovableBlockDesc | ( | void | ) | [protected, virtual] |
Destructor.
| MovableBlockDesc & cyber::world::blocks::MovableBlockDesc::operator= | ( | const MovableBlockDesc & | rhs | ) | [protected] |
Copy assignment operator.
1.7.1