|
void | intersect_horiz_segm (double st_x, double end_x, double y, IntersLocation loc, Intersections &consumer) |
|
void | intersect_vert_segm (double st_y, double end_y, double x, IntersLocation loc, Intersections &consumer) |
|
| Ray (double x_s, double x_d, double y_s, double y_d) |
|
Definition at line 36 of file area_occupancy_estimator.h.
AreaOccupancyEstimator::Ray::Ray |
( |
double |
x_s, |
|
|
double |
x_d, |
|
|
double |
y_s, |
|
|
double |
y_d |
|
) |
| |
|
inline |
void AreaOccupancyEstimator::Ray::intersect_horiz_segm |
( |
double |
st_x, |
|
|
double |
end_x, |
|
|
double |
y, |
|
|
IntersLocation |
loc, |
|
|
Intersections & |
consumer |
|
) |
| |
|
inline |
void AreaOccupancyEstimator::Ray::intersect_vert_segm |
( |
double |
st_y, |
|
|
double |
end_y, |
|
|
double |
x, |
|
|
IntersLocation |
loc, |
|
|
Intersections & |
consumer |
|
) |
| |
|
inline |
double AreaOccupancyEstimator::Ray::x_delta |
double AreaOccupancyEstimator::Ray::x_st |
double AreaOccupancyEstimator::Ray::y_delta |
double AreaOccupancyEstimator::Ray::y_st |
The documentation for this struct was generated from the following file: