TDME2 1.9.121
|
Bounding volume interface. More...
#include <tdme/engine/primitives/BoundingVolume.h>
Public Member Functions | |
virtual | ~BoundingVolume () |
Destructor. More... | |
virtual void | fromTransformations (const Transformations &transformations) |
Transform bounding volume from given transformations. More... | |
const Vector3 & | getScale () |
Get local scale. More... | |
virtual void | setScale (const Vector3 &scale)=0 |
Set local scale. More... | |
const Vector3 & | getCenter () const |
const Vector3 & | getCenterTransformed () const |
BoundingBox & | getBoundingBoxTransformed () |
Get bounding box transformed. More... | |
virtual BoundingVolume * | clone () const =0 |
Clones this bounding volume. More... | |
Protected Member Functions | |
void | computeBoundingBox () |
Compute bounding box. More... | |
Protected Attributes | |
Vector3 | scale |
Vector3 | center |
Vector3 | collisionShapeLocalTranslation |
reactphysics3d::CollisionShape * | collisionShape { nullptr } |
reactphysics3d::Transform | collisionShapeLocalTransform |
reactphysics3d::Transform | collisionShapeTransform |
reactphysics3d::AABB | collisionShapeAABB |
BoundingBox | boundingBoxTransformed |
Vector3 | centerTransformed |
Friends | |
class | BoundingBox |
class | Capsule |
class | ConvexMesh |
class | OrientedBoundingBox |
class | Sphere |
class | tdme::engine::physics::Body |
class | tdme::engine::physics::World |
class | tdme::utilities::Primitives |
|
virtual |
Destructor.
Definition at line 29 of file BoundingVolume.cpp.
|
pure virtual |
Clones this bounding volume.
Implemented in Capsule, ConvexMesh, HeightMap, OrientedBoundingBox, Sphere, and TerrainMesh.
|
protected |
Compute bounding box.
Definition at line 33 of file BoundingVolume.cpp.
|
virtual |
Transform bounding volume from given transformations.
transformations | transformations |
Reimplemented in TerrainMesh.
Definition at line 42 of file BoundingVolume.cpp.
BoundingBox & getBoundingBoxTransformed | ( | ) |
const Vector3 & getCenter | ( | ) | const |
Definition at line 71 of file BoundingVolume.cpp.
const Vector3 & getCenterTransformed | ( | ) | const |
Definition at line 75 of file BoundingVolume.cpp.
const Vector3 & getScale | ( | ) |
|
pure virtual |
Set local scale.
Implemented in Capsule, ConvexMesh, HeightMap, OrientedBoundingBox, Sphere, and TerrainMesh.
|
friend |
Definition at line 27 of file BoundingVolume.h.
|
friend |
Definition at line 28 of file BoundingVolume.h.
|
friend |
Definition at line 29 of file BoundingVolume.h.
|
friend |
Definition at line 30 of file BoundingVolume.h.
|
friend |
Definition at line 31 of file BoundingVolume.h.
|
friend |
Definition at line 32 of file BoundingVolume.h.
|
friend |
Definition at line 33 of file BoundingVolume.h.
|
friend |
Definition at line 34 of file BoundingVolume.h.
|
protected |
Definition at line 44 of file BoundingVolume.h.
|
protected |
Definition at line 38 of file BoundingVolume.h.
|
protected |
Definition at line 45 of file BoundingVolume.h.
|
protected |
Definition at line 40 of file BoundingVolume.h.
|
protected |
Definition at line 43 of file BoundingVolume.h.
|
protected |
Definition at line 41 of file BoundingVolume.h.
|
protected |
Definition at line 39 of file BoundingVolume.h.
|
protected |
Definition at line 42 of file BoundingVolume.h.
|
protected |
Definition at line 37 of file BoundingVolume.h.