Collider.hpp File Reference
Go to the source code of this file.
Classes | |
| class | CubbyFlow::Collider< N > |
| Abstract base class for generic collider object. More... | |
| struct | CubbyFlow::Collider< N >::ColliderQueryResult |
| Internal query result structure. More... | |
Namespaces | |
| CubbyFlow | |
Typedefs | |
| using | CubbyFlow::Collider2 = Collider< 2 > |
| 2-D collider type. More... | |
| using | CubbyFlow::Collider3 = Collider< 3 > |
| 3-D collider type. More... | |
| using | CubbyFlow::Collider2Ptr = std::shared_ptr< Collider2 > |
| Shared pointer type for the Collider2. More... | |
| using | CubbyFlow::Collider3Ptr = std::shared_ptr< Collider3 > |
| Shared pointer type for the Collider3. More... | |
1.8.13