#include "std/support.H"
#include "mlib/points.H"
#include "disp/gel.H"
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 | RAYhit |
class | RAYnear |
Defines | |
#define | CRAYhit const RAYhit |
#define | CRAYnear const RAYnear |
Functions | |
int | operator== (CRAYhit &r, int b) |
int | operator== (CRAYnear &r, int b) |
template<class T> | |
T * | ray_geom (CRAYhit &ray, T *init) |
template<class T> | |
T * | ray_geom (CRAYnear &ray, T *init) |
|
|
|
|
|
|
|
Definition at line 109 of file ray.H. Referenced by REF_CLASS(). |
|
|
|
Definition at line 114 of file ray.H. Referenced by Pen::check_interactive(), FilmTrans::down(), GEST_INT::down(), Cam_int_edit::edit_down(), Cam_int_fp::focus(), Cam_int_fp::orbit(), and Cam_int_fp::up(). |