A structure to describe the direction a participant is facing in three-dimensional space. More...
#include <immersitech.h>
Public Attributes | |
int | azimuth_heading |
int | elevation_heading |
A structure to describe the direction a participant is facing in three-dimensional space.
The azimuth angle is with respect to the x and z plane. The elevation angle is with respect to the y and z plane.
azimuth_heading | The azimuth angle the participant is facing. Allowable azimuth headings are from -180 to 180. |
elevation_heading | The elevation angle the participant is facing. Allowable elevation headings are from -90 to 90. |
int imm_heading::azimuth_heading |
int imm_heading::elevation_heading |