Immersitech Logo Developer Home
 
Loading...
Searching...
No Matches
imm_heading Struct Reference

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
 

Detailed Description

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.

Parameters
azimuth_headingThe azimuth angle the participant is facing. Allowable azimuth headings are from -180 to 180.
elevation_headingThe elevation angle the participant is facing. Allowable elevation headings are from -90 to 90.

Member Data Documentation

◆ azimuth_heading

int imm_heading::azimuth_heading

◆ elevation_heading

int imm_heading::elevation_heading

The documentation for this struct was generated from the following file: