Surface3.h File Reference
#include <Core/BoundingBox/BoundingBox3.h>
#include <Core/Ray/Ray3.h>
#include <Core/Transform/Transform3.h>
#include <Core/Vector/Vector3.h>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
struct | CubbyFlow::SurfaceRayIntersection3 |
Structure that represents ray-surface intersection point. More... | |
class | CubbyFlow::Surface3 |
Abstract base class for 3-D surface. More... | |
class | CubbyFlow::SurfaceBuilderBase3< DerivedBuilder > |
Base class for 3-D surface builder. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::Surface3Ptr = std::shared_ptr< Surface3 > |
Shared pointer for the Surface3 type. More... | |