Island.hpp File Reference
#include <PlayRho/Common/Math.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  playrho::d2::Island
 Definition of a self-contained constraint "island". More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

bool playrho::d2::IsFullOfBodies (const Island &island)
 Determines whether the given island is full of bodies. More...
 
bool playrho::d2::IsFullOfContacts (const Island &island)
 Determines whether the given island is full of contacts. More...
 
std::size_t playrho::d2::Count (const Island &island, const Body *entry)
 Counts the number of occurrences of the given entry in the given island. More...
 
std::size_t playrho::d2::Count (const Island &island, const Contact *entry)
 Counts the number of occurrences of the given entry in the given island. More...
 
std::size_t playrho::d2::Count (const Island &island, const Joint *entry)
 Counts the number of occurrences of the given entry in the given island. More...