#include <intersectable.h>
Inherited by Plane, Sphere, and Triangle.
Inheritance diagram for Intersectable:

Public Member Functions | |
| virtual | ~Intersectable () |
| virtual bool | intersect (const Ray &ray) const =0 |
| virtual bool | intersect (const Ray &ray, Intersection &isect) const =0 |
This currently includes Plane, Sphere, and Triangle.
1.4.4