Immersitech Logo Developer Resources
imm_position Struct Reference

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

#include <immersitech.h>

Data Fields

int x
 
int y
 
int z
 

Detailed Description

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

Note that the coordinate system uses centimeters. Check the documentation section on the coordinate system to see the alignment 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.

Field Documentation

◆ x

int imm_position::x

◆ y

int imm_position::y

◆ z

int imm_position::z

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