![]() |
VR-Link API Documentation for HLA 1.3
|
Functions | |
| Dt3dBoundingVolume::Dt3dBoundingVolume () | |
| Dt3dBoundingVolume::Dt3dBoundingVolume (const Dt3dBoundingVolume &orig) | |
| Copy constructor. | |
| Dt3dBoundingVolume::Dt3dBoundingVolume (double halfLength, double halfWidth, double halfHeight) | |
| Dt3dBoundingVolume::Dt3dBoundingVolume (double halfLength, double halfWidth, double halfHeight, double lengthOffset, double widthOffset, double heightOffset) | |
| Dt3dBoundingVolume::Dt3dBoundingVolume (double halfLength, double halfWidth, double halfHeight, const DtVector &latticeOffset) | |
| virtual | Dt3dBoundingVolume::~Dt3dBoundingVolume () |
| Dt3dBoundingVolume & | Dt3dBoundingVolume::operator= (const Dt3dBoundingVolume &orig) |
| Assignment operator. | |
| bool | Dt3dBoundingVolume::operator== (const Dt3dBoundingVolume &other) const |
| Equality operator. | |
| bool | Dt3dBoundingVolume::operator!= (const Dt3dBoundingVolume &other) const |
| Non-equality operator. | |
| virtual void | Dt3dBoundingVolume::setToDefault () |
| Dt3dBoundingVolume::Dt3dBoundingVolume | ( | const Dt3dBoundingVolume & | orig | ) |
Copy constructor.
| Dt3dBoundingVolume::Dt3dBoundingVolume | ( | double | halfLength, |
| double | halfWidth, | ||
| double | halfHeight | ||
| ) |
| Dt3dBoundingVolume::Dt3dBoundingVolume | ( | double | halfLength, |
| double | halfWidth, | ||
| double | halfHeight, | ||
| double | lengthOffset, | ||
| double | widthOffset, | ||
| double | heightOffset | ||
| ) |
| Dt3dBoundingVolume::Dt3dBoundingVolume | ( | double | halfLength, |
| double | halfWidth, | ||
| double | halfHeight, | ||
| const DtVector & | latticeOffset | ||
| ) |
| bool Dt3dBoundingVolume::operator!= | ( | const Dt3dBoundingVolume & | other | ) | const |
Non-equality operator.
| Dt3dBoundingVolume& Dt3dBoundingVolume::operator= | ( | const Dt3dBoundingVolume & | orig | ) |
Assignment operator.
| bool Dt3dBoundingVolume::operator== | ( | const Dt3dBoundingVolume & | other | ) | const |
Equality operator.
| virtual void Dt3dBoundingVolume::setToDefault | ( | ) | [virtual] |
| virtual Dt3dBoundingVolume::~Dt3dBoundingVolume | ( | ) | [virtual] |