TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
Sphere Class Referencefinal

Sphere physics primitive. More...

#include <tdme/engine/primitives/Sphere.h>

Inheritance diagram for Sphere:
Inheritance graph
Collaboration diagram for Sphere:
Collaboration graph

Public Member Functions

 Sphere ()
 Public constructor. More...
 
 Sphere (const Vector3 &center, 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...
 
BoundingVolumeclone () const override
 Clones this bounding volume. More...
 
- Public Member Functions inherited from BoundingVolume
virtual ~BoundingVolume ()
 Destructor. More...
 
virtual void fromTransformations (const Transformations &transformations)
 Transform bounding volume from given transformations. More...
 
const Vector3getScale ()
 Get local scale. More...
 
virtual void setScale (const Vector3 &scale)=0
 Set local scale. More...
 
const Vector3getCenter () const
 
const Vector3getCenterTransformed () const
 
BoundingBoxgetBoundingBoxTransformed ()
 Get bounding box transformed. More...
 
virtual BoundingVolumeclone () const =0
 Clones this bounding volume. More...
 

Private Attributes

float radius
 

Additional Inherited Members

- Protected Member Functions inherited from BoundingVolume
void computeBoundingBox ()
 Compute bounding box. More...
 
- Protected Attributes inherited from BoundingVolume
Vector3 scale
 
Vector3 center
 
Vector3 collisionShapeLocalTranslation
 
reactphysics3d::CollisionShape * collisionShape { nullptr }
 
reactphysics3d::Transform collisionShapeLocalTransform
 
reactphysics3d::Transform collisionShapeTransform
 
reactphysics3d::AABB collisionShapeAABB
 
BoundingBox boundingBoxTransformed
 
Vector3 centerTransformed
 

Detailed Description

Sphere physics primitive.

Author
Andreas Drewke
Version
$Id$

Definition at line 16 of file Sphere.h.

Constructor & Destructor Documentation

◆ Sphere() [1/2]

Sphere ( )

Public constructor.

Definition at line 15 of file Sphere.cpp.

◆ Sphere() [2/2]

Sphere ( const Vector3 center,
float  radius,
const Vector3 scale = Vector3(1.0f, 1.0f, 1.0f) 
)

Public constructor.

Parameters
centercenter
radiusradius
scalescale

Definition at line 21 of file Sphere.cpp.

Member Function Documentation

◆ clone()

BoundingVolume * clone ( ) const
overridevirtual

Clones this bounding volume.

Returns
cloned bounding volume

Implements BoundingVolume.

Definition at line 49 of file Sphere.cpp.

◆ getRadius()

float getRadius ( ) const
Returns
float radius

Definition at line 28 of file Sphere.cpp.

◆ setScale()

void setScale ( const Vector3 scale)
overridevirtual

Set local scale.

Returns
if collision shape had been recreated

Implements BoundingVolume.

Definition at line 33 of file Sphere.cpp.

Member Data Documentation

◆ radius

float radius
private

Definition at line 20 of file Sphere.h.


The documentation for this class was generated from the following files: