Sphere.hpp File Reference
#include <Core/Geometry/Surface.hpp>Go to the source code of this file.
Classes | |
| class | CubbyFlow::Sphere< N > |
| N-D sphere geometry. More... | |
| class | CubbyFlow::Sphere< N >::Builder |
| Front-end to create Sphere objects step by step. More... | |
Namespaces | |
| CubbyFlow | |
Typedefs | |
| using | CubbyFlow::Sphere2 = Sphere< 2 > |
| 2-D Sphere type. More... | |
| using | CubbyFlow::Sphere3 = Sphere< 3 > |
| 3-D Sphere type. More... | |
| using | CubbyFlow::Sphere2Ptr = std::shared_ptr< Sphere2 > |
| Shared pointer for the Sphere2 type. More... | |
| using | CubbyFlow::Sphere3Ptr = std::shared_ptr< Sphere3 > |
| Shared pointer for the Sphere3 type. More... | |
1.8.13