#include <PointLightDesc.h>
Public Attributes | |
| friend | WorldDesc |
Protected Member Functions | |
| PointLightDesc (unsigned id, unsigned long color, const bl7::geometry2::Sphere &sphere, const ml7::Vector2 &position, float range) | |
| PointLightDesc (const PointLightDesc &rhs) | |
| PointLightDesc & | operator= (const PointLightDesc &rhs) |
| virtual | ~PointLightDesc (void) |
The point light object description class.
| cyber::world::lights::PointLightDesc::PointLightDesc | ( | unsigned | id, | |
| unsigned long | color, | |||
| const bl7::geometry2::Sphere & | sphere, | |||
| const ml7::Vector2 & | position, | |||
| float | range | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::lights::PointLightDesc::PointLightDesc | ( | const PointLightDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::lights::PointLightDesc::~PointLightDesc | ( | void | ) | [protected, virtual] |
Destructor.
| PointLightDesc & cyber::world::lights::PointLightDesc::operator= | ( | const PointLightDesc & | rhs | ) | [protected] |
Copy assignment operator.
1.7.1