Concepts and types associated with physical entities within a world. More...
Classes | |
class | playrho::d2::Body |
A "body" physical entity. More... | |
class | playrho::Contact |
A potential contact between the children of two body associated shapes. More... | |
class | playrho::d2::Joint |
A joint-like constraint on one or more bodies. More... | |
Concepts and types associated with physical entities within a world.
Concepts and types of creatable and destroyable instances that associate physical properties to simulations. These instances are typically created via a function whose name begins with the prefix of Create
. Similarly, these instances are typically destroyed using a Destroy
function.