#include "raytrace_defs.h"#include <iostream>#include <sstream>Include dependency graph for ray.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Ray |
| Classic ray, with an origin and direction. More... | |
Functions | |
| bool | operator!= (const Ray &r1, const Ray &r2) |
| bool | operator== (const Ray &r1, const Ray &r2) |
Definition at line 75 of file ray.h.
References Ray::direction(), and Ray::origin().
Here is the call graph for this function:

1.5.2