TDME2 1.9.121
|
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine. More...
#include <tdme/engine/primitives/BoundingBox.h>
Public Member Functions | |
BoundingBox () | |
Public constructor. More... | |
BoundingBox (BoundingBox *boundingBox) | |
Public constructor. More... | |
BoundingBox (OrientedBoundingBox *obb) | |
Public constructor. More... | |
BoundingBox (const Vector3 &min, const Vector3 &max) | |
Public constructor. More... | |
Vector3 | computeClosestPointInBoundingBox (const Vector3 &point) |
Compute closest point in bounding box of given point. More... | |
Vector3 & | getMin () |
Vector3 & | getMax () |
const vector< Vector3 > & | getVertices () const |
Returns bounding box vertices. More... | |
const Vector3 & | getCenter () const |
const Vector3 & | getDimensions () const |
void | fromBoundingVolume (BoundingBox *original) |
Set up this bounding volume from given bounding volume. More... | |
void | fromBoundingVolumeWithTransformations (BoundingBox *original, const Transformations &transformations) |
Create bounding volume from given original(of same type) with applied transformations. More... | |
void | extend (BoundingBox *boundingBox) |
Extend bounding box with given bounding box. More... | |
void | extend (const Vector3 &point) |
Extend bounding box with given point. More... | |
void | update () |
Updates this bounding box. More... | |
Static Public Member Functions | |
static const array< array< int32_t, 3 >, 12 > * | getFacesVerticesIndexes () |
Private Attributes | |
Vector3 | min |
Vector3 | max |
vector< Vector3 > | vertices |
Vector3 | center |
Vector3 | dimensions |
Static Private Attributes | |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE0_INDICES = {{ 0, 4, 7 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE1_INDICES = {{ 7, 3, 0 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE2_INDICES = {{ 6, 5, 1 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE3_INDICES = {{ 1, 2, 6 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE4_INDICES = {{ 5, 4, 0 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE5_INDICES = {{ 0, 1, 5 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE6_INDICES = {{ 3, 7, 6 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE7_INDICES = {{ 6, 2, 3 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE8_INDICES = {{ 2, 1, 0 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE9_INDICES = {{ 0, 3, 2 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE10_INDICES = {{ 4, 5, 6 }} |
static STATIC_DLL_IMPEXT const array< int32_t, 3 > | FACE11_INDICES = {{ 6, 7, 4 }} |
static STATIC_DLL_IMPEXT const array< array< int32_t, 3 >, 12 > | facesVerticesIndexes |
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Definition at line 24 of file BoundingBox.h.
BoundingBox | ( | ) |
Public constructor.
Definition at line 38 of file BoundingBox.cpp.
BoundingBox | ( | BoundingBox * | boundingBox | ) |
Public constructor.
boundingBox | bounding box |
Definition at line 44 of file BoundingBox.cpp.
BoundingBox | ( | OrientedBoundingBox * | obb | ) |
Public constructor.
obb | oriented bounding box |
Definition at line 52 of file BoundingBox.cpp.
BoundingBox | ( | const Vector3 & | min, |
const Vector3 & | max | ||
) |
Compute closest point in bounding box of given point.
point | point |
Definition at line 77 of file BoundingBox.h.
|
inline |
Extend bounding box with given bounding box.
boundingBox | bounding box |
Definition at line 148 of file BoundingBox.h.
|
inline |
Extend bounding box with given point.
point | point |
Definition at line 160 of file BoundingBox.h.
void fromBoundingVolume | ( | BoundingBox * | original | ) |
Set up this bounding volume from given bounding volume.
original | original bounding box |
Definition at line 70 of file BoundingBox.cpp.
void fromBoundingVolumeWithTransformations | ( | BoundingBox * | original, |
const Transformations & | transformations | ||
) |
Create bounding volume from given original(of same type) with applied transformations.
original | original bounding box |
transformations | transformations |
Definition at line 79 of file BoundingBox.cpp.
|
inline |
Definition at line 120 of file BoundingBox.h.
|
inline |
Definition at line 127 of file BoundingBox.h.
|
inlinestatic |
Definition at line 113 of file BoundingBox.h.
|
inline |
Definition at line 98 of file BoundingBox.h.
|
inline |
Definition at line 91 of file BoundingBox.h.
|
inline |
void update | ( | ) |
Updates this bounding box.
Definition at line 108 of file BoundingBox.cpp.
|
private |
Definition at line 44 of file BoundingBox.h.
|
private |
Definition at line 45 of file BoundingBox.h.
|
staticprivate |
Definition at line 28 of file BoundingBox.h.
|
staticprivate |
Definition at line 38 of file BoundingBox.h.
|
staticprivate |
Definition at line 39 of file BoundingBox.h.
|
staticprivate |
Definition at line 29 of file BoundingBox.h.
|
staticprivate |
Definition at line 30 of file BoundingBox.h.
|
staticprivate |
Definition at line 31 of file BoundingBox.h.
|
staticprivate |
Definition at line 32 of file BoundingBox.h.
|
staticprivate |
Definition at line 33 of file BoundingBox.h.
|
staticprivate |
Definition at line 34 of file BoundingBox.h.
|
staticprivate |
Definition at line 35 of file BoundingBox.h.
|
staticprivate |
Definition at line 36 of file BoundingBox.h.
|
staticprivate |
Definition at line 37 of file BoundingBox.h.
|
staticprivate |
Definition at line 40 of file BoundingBox.h.
|
private |
Definition at line 42 of file BoundingBox.h.
|
private |
Definition at line 41 of file BoundingBox.h.
|
private |
Definition at line 43 of file BoundingBox.h.