Kaim::FloorAltitudeRange Class Reference
#include <flooraltituderange.h>
Represents the range of altitudes covered by a single NavFloorBlob.
Returns true if the range of altitudes represented by this object intersects the range represented by the specified FloorAltitudeRange.
Returns true if the range of altitudes represented by this object intersects the range zmin and zmax arguments.
bool Kaim::FloorAltitudeRange::IsAltitudeInside |
( |
KyFloat32 |
altitude, |
|
|
KyFloat32 |
toleranceAboveFloor, |
|
|
KyFloat32 |
toleranceBelowFloor |
|
) |
| const |
|
inline |
Returns true if the specified coordinates are within the range of altitudes represented by this object.
- Parameters
-
altitude | The altitude of the point to test. |
toleranceAboveFloor | Specifies an extra padding distance in meters that is added to the maximum altitude of this range before the test. |
toleranceBelowFloor | Specifies an extra padding distance in meters that is subtracted from the minimum altitude of the range before the test. |
Stores the maximum altitude covered by this range. Do not modify.
Stores the minimum altitude covered by this range. Do not modify.
The documentation for this class was generated from the following file: