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

A structure to describe a postion within a three-dimensional space. More...

#include <immersitech_sound_manager.h>

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

A structure to describe a postion within a three-dimensional space.

Note that the coordinate system uses centimeters. Check the documentation section on the coordinate system to see the alginment of the axes.

Parameters
xThe position of a participant along the x-axis.
yThe position of a participant along the y-axis.
zThe position of a participant along the z-axis.

Member Data Documentation

◆ x

int immersitech_position::x

◆ y

int immersitech_position::y

◆ z

int immersitech_position::z

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