#include <stage.hh>
Public Member Functions | |
| Ray () | |
| Ray (const Model *mod, const Pose &origin, const stg_meters_t range, const stg_ray_test_func_t func, const void *arg, const bool ztest) | |
Public Attributes | |
| const void * | arg |
| stg_ray_test_func_t | func |
| const Model * | mod |
| Pose | origin |
| stg_meters_t | range |
| bool | ztest |
Definition at line 698 of file stage.hh.
| Stg::Ray::Ray | ( | const Model * | mod, | |
| const Pose & | origin, | |||
| const stg_meters_t | range, | |||
| const stg_ray_test_func_t | func, | |||
| const void * | arg, | |||
| const bool | ztest | |||
| ) | [inline] |
| const void* Stg::Ray::arg |
| const Model* Stg::Ray::mod |
| bool Stg::Ray::ztest |