TDME2 1.9.121
|
Sphere physics primitive. More...
#include <tdme/engine/primitives/Sphere.h>
Public Member Functions | |
Sphere () | |
Public constructor. More... | |
Sphere (const Vector3 ¢er, float radius, const Vector3 &scale=Vector3(1.0f, 1.0f, 1.0f)) | |
Public constructor. More... | |
float | getRadius () const |
void | setScale (const Vector3 &scale) override |
Set local scale. More... | |
BoundingVolume * | clone () const override |
Clones this bounding volume. More... | |
![]() | |
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... | |
Private Attributes | |
float | radius |
Additional Inherited Members | |
![]() | |
void | computeBoundingBox () |
Compute bounding box. More... | |
![]() | |
Vector3 | scale |
Vector3 | center |
Vector3 | collisionShapeLocalTranslation |
reactphysics3d::CollisionShape * | collisionShape { nullptr } |
reactphysics3d::Transform | collisionShapeLocalTransform |
reactphysics3d::Transform | collisionShapeTransform |
reactphysics3d::AABB | collisionShapeAABB |
BoundingBox | boundingBoxTransformed |
Vector3 | centerTransformed |
Sphere | ( | ) |
Public constructor.
Definition at line 15 of file Sphere.cpp.
Public constructor.
center | center |
radius | radius |
scale | scale |
Definition at line 21 of file Sphere.cpp.
|
overridevirtual |
Clones this bounding volume.
Implements BoundingVolume.
Definition at line 49 of file Sphere.cpp.
float getRadius | ( | ) | const |
Definition at line 28 of file Sphere.cpp.
|
overridevirtual |
Set local scale.
Implements BoundingVolume.
Definition at line 33 of file Sphere.cpp.