Island.cpp File Reference
#include <PlayRho/Collision/Distance.hpp>#include <PlayRho/Dynamics/Island.hpp>#include <PlayRho/Dynamics/Body.hpp>#include <PlayRho/Dynamics/Fixture.hpp>#include <PlayRho/Dynamics/World.hpp>#include <PlayRho/Dynamics/Contacts/Contact.hpp>#include <algorithm>Go to the source code of this file.
Namespaces | |
| playrho | |
| playrho::d2 | |
Functions | |
| 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... | |

