![]() |
FYP
1.0.0
Final Year Project -- Alexander Meuer
|

Public Member Functions | |
| void | check (float deltaTime) |
| void | add (std::shared_ptr< Collidable > const &entry) |
| bool | checkAgainst (std::shared_ptr< Collidable > &other) |
Private Member Functions | |
| bool | checkPair (Collidable *first, Collidable *second, sf::Vector2f &minTranslation) const |
| void | cullExpiredMembers () |
Private Attributes | |
| std::vector< std::weak_ptr< Collidable > > | mMembers |