Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Typedefs | Functions
omPhysicsCollisionAlgorithmFunctions.h File Reference
#include "omPhysicsCollisionConfig.h"
#include "omPhysicsCollisionAlgorithmFunction.h"

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::physics
 A namespace that handles simulation of physically-based dynamics.
 
 om::physics::collision
 A namespace that contains classes that detect for collisions between shapes.
 

Typedefs

typedef CollisionAlgorithmFunction< SphereShape, SphereShape, testSphereVsSphere > om::physics::collision::CollisionAlgorithmSphereVsSphere
 

Functions

void om::physics::collision::testSphereVsSphere (const CollisionPair &pair, const CollisionRequest &request, CollisionResultSet &results)
 Test for collisions between a pair of colliders that have sphere shapes. More...
 
void om::physics::collision::testSphereVsBox (const CollisionPair &pair, const CollisionRequest &request, CollisionResultSet &results)
 Test for collisions between a pair of colliders that have sphere and box shapes. More...
 
void om::physics::collision::testBoxVsSphere (const CollisionPair &pair, const CollisionRequest &request, CollisionResultSet &results)
 Test for collisions between a pair of colliders that have box and sphere shapes. More...