|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <dynamicworld.h>
Public Member Functions | |
| BBoxBody ()=default | |
| BBoxBody (DynamicWorld *wrld, BBoxCallback *cb, const zenkit::AxisAlignedBoundingBox &bbox) | |
| BBoxBody (DynamicWorld *wrld, BBoxCallback *cb, const Tempest::Vec3 &pos, float R) | |
| BBoxBody (BBoxBody &&other) | |
| ~BBoxBody () | |
| BBoxBody & | operator= (BBoxBody &&other) |
Friends | |
| class | DynamicWorld |
Definition at line 213 of file dynamicworld.h.
|
default |
| DynamicWorld::BBoxBody::BBoxBody | ( | DynamicWorld * | wrld, |
| BBoxCallback * | cb, | ||
| const zenkit::AxisAlignedBoundingBox & | bbox | ||
| ) |
Definition at line 1154 of file dynamicworld.cpp.
| DynamicWorld::BBoxBody::BBoxBody | ( | DynamicWorld * | wrld, |
| BBoxCallback * | cb, | ||
| const Tempest::Vec3 & | pos, | ||
| float | R | ||
| ) |
Definition at line 1173 of file dynamicworld.cpp.
| DynamicWorld::BBoxBody::BBoxBody | ( | BBoxBody && | other | ) |
Definition at line 1191 of file dynamicworld.cpp.
| DynamicWorld::BBoxBody::~BBoxBody | ( | ) |
Definition at line 1223 of file dynamicworld.cpp.
| DynamicWorld::BBoxBody & DynamicWorld::BBoxBody::operator= | ( | BBoxBody && | other | ) |
Definition at line 1204 of file dynamicworld.cpp.
|
friend |
Definition at line 230 of file dynamicworld.h.