SIMCONNECT_DATA_PBH
The SIMCONNECT_DATA_PBH structure is used to hold a world orientation.
Syntax
struct SIMCONNECT_DATA_PBH{
float Pitch;
float Bank;
float Heading;
};
Members
Member | Description |
---|---|
Pitch |
The pitch in degrees. |
Bank |
The bank in degrees. |
Heading |
The heading in degrees. |
Remarks
N/A
See Also