Surface2.h File Reference
#include <Core/BoundingBox/BoundingBox2.h>
#include <Core/Ray/Ray2.h>
#include <Core/Transform/Transform2.h>
#include <Core/Vector/Vector2.h>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
struct | CubbyFlow::SurfaceRayIntersection2 |
Structure that represents ray-surface intersection point. More... | |
class | CubbyFlow::Surface2 |
Abstract base class for 2-D surface. More... | |
class | CubbyFlow::SurfaceBuilderBase2< DerivedBuilder > |
Base class for 2-D surface builder. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::Surface2Ptr = std::shared_ptr< Surface2 > |
Shared pointer for the Surface2 type. More... | |