Data object holding the position of a single mocap marker in 3d space. More...
#include <mocap_datapackets.h>
Public Attributes | |
float | positionX |
float | positionY |
float | positionZ |
Data object holding the position of a single mocap marker in 3d space.
Definition at line 51 of file mocap_datapackets.h.
float Marker::positionX |
Definition at line 54 of file mocap_datapackets.h.
float Marker::positionY |
Definition at line 55 of file mocap_datapackets.h.
float Marker::positionZ |
Definition at line 56 of file mocap_datapackets.h.