PlayRho  2.0.0
An interactive physics engine & library.
BodyType.hpp File Reference

Definition of the BodyType enumeration and closely related code. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 playrho
 

Enumerations

enum class  playrho::BodyType { playrho::Static = 0 , playrho::Kinematic , playrho::Dynamic }
 Type of body. More...
 

Functions

bool playrho::IsAccelerable (BodyType type)
 Is "accelerable". More...
 
bool playrho::IsSpeedable (BodyType type)
 Is "speedable". More...
 

Detailed Description

Definition of the BodyType enumeration and closely related code.