Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
bodies.h File Reference
#include <math/math_util.h>
#include <io/model.h>
Include dependency graph for bodies.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StaticBody
 Represents a static body in the physics simulation. More...
 
class  RigidBody
 Represents a rigid body in the physics simulation. More...
 
class  KinematicBody
 Represents a kinematic body in the physics simulation. More...
 
struct  PlaneCollisionShape
 Represents a plane collision shape. More...
 
struct  BoxCollisionShape
 Represents a box collision shape. More...
 
struct  SphereCollisionShape
 Represents a sphere collision shape. More...
 
struct  MeshCollisionShape
 Represents a mesh collision shape. More...
 
struct  CapsuleCollisionShape
 Represents a capsule collision shape. More...
 
struct  RayCollisionShape
 Represents a ray collision shape. More...
 
struct  CollisionBuffer
 Represents a buffer for collision shapes. More...