#include <stage.hh>
Public Member Functions | |
RaytraceResult (const Pose &pose, stg_meters_t range) | |
RaytraceResult () | |
Public Attributes | |
Color | color |
the color struck by this beam | |
Model * | mod |
the model struck by this beam | |
Pose | pose |
location and direction of the ray origin | |
stg_meters_t | range |
range to beam hit in meters |
raytrace sample
Definition at line 682 of file stage.hh.
Stg::RaytraceResult::RaytraceResult | ( | const Pose & | pose, | |
stg_meters_t | range | |||
) | [inline] |