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