3#include <ext/reactphysics3d/src/collision/shapes/AABB.h>
4#include <ext/reactphysics3d/src/collision/shapes/CollisionShape.h>
5#include <ext/reactphysics3d/src/mathematics/Transform.h>
Dynamic rigid/static rigid/collision body class.
Dynamic physics world class.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Bounding volume interface.
virtual void setScale(const Vector3 &scale)=0
Set local scale.
BoundingBox boundingBoxTransformed
reactphysics3d::Transform collisionShapeLocalTransform
const Vector3 & getCenterTransformed() const
reactphysics3d::Transform collisionShapeTransform
reactphysics3d::AABB collisionShapeAABB
Vector3 centerTransformed
virtual ~BoundingVolume()
Destructor.
const Vector3 & getCenter() const
Vector3 collisionShapeLocalTranslation
virtual void fromTransformations(const Transformations &transformations)
Transform bounding volume from given transformations.
reactphysics3d::CollisionShape * collisionShape
virtual BoundingVolume * clone() const =0
Clones this bounding volume.
const Vector3 & getScale()
Get local scale.
void computeBoundingBox()
Compute bounding box.
BoundingBox & getBoundingBoxTransformed()
Get bounding box transformed.
Capsule physics primitive.
Convex mesh physics primitive.
Oriented bounding box physics primitive.
Sphere physics primitive.
Helper class to create models from physics primitive bounding volumes.