CUGL 2.3
Cornell University Game Library
Loading...
Searching...
No Matches
Classes
cugl::physics2 Namespace Reference

Classes

class  BoxObstacle
 
class  CapsuleObstacle
 
class  ComplexObstacle
 
class  Obstacle
 
class  ObstacleSelector
 
class  ObstacleWorld
 
class  PolygonObstacle
 
class  SimpleObstacle
 
class  WheelObstacle
 

Detailed Description

The classes to represent 2-d physics.

This namespace was chosen to future-proof the game engine. We will eventually want to add a 3-d physics engine as well, and this namespace will prevent any collisions with those scene graph nodes.