Immersitech SDK Documentation
Engage SDK documentation
Public Attributes | List of all members
immersitech_heading Struct Reference

A strucutre to describe the direction a participant is facing in three-dimensional space. More...

#include <immersitech_sound_manager.h>

Public Attributes

int azimuth_heading
 
int elevation_heading
 

Detailed Description

A strucutre 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 immersitech_heading::azimuth_heading

◆ elevation_heading

int immersitech_heading::elevation_heading

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