#include <geometry.h>
Public Member Functions | |
| Gap (double lRhoi, double rRhoi, double thetai, int indexi) | |
| Gap (const Polar &lhs, const Polar &rhs, int indexi) | |
| bool | operator== (const Gap &gap) const |
| Equals operator. | |
Public Attributes | |
| double | lRho |
| left range measurement | |
| double | rRho |
| right range measurement | |
| double | theta |
| measurement angle | |
| int | index |
| id num of measurement | |
| Gap::Gap | ( | double | lRhoi, | |
| double | rRhoi, | |||
| double | thetai, | |||
| int | indexi | |||
| ) |
| lRhoi | ccw polar point radius | |
| rRhoi | cw polar point radius | |
| thetai | orientation | |
| indexi | index value |
| lhs | ccw polar point | |
| rhs | cw polar point | |
| indexi | index value |
References theta, and navlib::Polar::theta.
1.5.5