ColliderSet.hpp File Reference
#include <Core/Array/Array.hpp>
#include <Core/Geometry/Collider.hpp>
#include <Core/Geometry/SurfaceSet.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ColliderSet< N > |
Collection of N-D colliders. More... | |
class | CubbyFlow::ColliderSet< N >::Builder |
Front-end to create ColliderSet objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ColliderSet2 = ColliderSet< 2 > |
2-D ColliderSet type. More... | |
using | CubbyFlow::ColliderSet3 = ColliderSet< 3 > |
3-D ColliderSet type. More... | |
using | CubbyFlow::ColliderSet2Ptr = std::shared_ptr< ColliderSet2 > |
Shared pointer for the ColliderSet2 type. More... | |
using | CubbyFlow::ColliderSet3Ptr = std::shared_ptr< ColliderSet3 > |
Shared pointer for the ColliderSet3 type. More... | |