Go to the source code of this file.
| #define PitchScreenUnitsPerDegree 0.05 |
This is the distance in vertical screen space used to determine the spacing between the pitch ladder lines. It is arbitrary; the implementation determines the pitch and moves the ladder based on the value chosen here. Please see DtPitchLadder::tick() for the implementation.
| #define HeadingScreenUnitsPerDegree 0.015 |
This is the distance in horizontal screen space used to determine the spacing between the heading tape lines. It is arbitrary; the implementation determines the heading (yaw) and moves the tape based on the value chosen here. Please see DtHeadingTape::tick() for the implementation.