#include <stage.hh>
Public Member Functions | |
RaytraceResult () | |
RaytraceResult (const Pose &pose, meters_t range) | |
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 | |
meters_t | range |
range to beam hit in meters |
Stg::RaytraceResult::RaytraceResult | ( | ) | [inline] |
Stg::RaytraceResult::RaytraceResult | ( | const Pose & | pose, |
meters_t | range | ||
) | [inline] |