PST SDK  5.2.0.0-0eac0f6
PSTech::pstsdk::TargetPose Struct Reference

Estimated tracking target pose. More...

#include <PstTypes.h>

+ Inheritance diagram for PSTech::pstsdk::TargetPose:
+ Collaboration diagram for PSTech::pstsdk::TargetPose:

Public Attributes

Utils::PstArray< float, 16 > pose
 
- Public Attributes inherited from PSTech::pstsdk::Target
Utils::PstString name
 
Utils::PstString uuid
 
int id
 

Detailed Description

This struct contains the estimated pose information of a tracking target. The pose is provided as a row-major 4x4 transformation matrix describing the pose of the tracking target in the coordinate system defined in the PST-Client application (see the 'Reference coordinate system' Section in the PST Manual).

See also
Target
TrackerData
Listener
Examples
trackingtarget.cpp.

Member Data Documentation

◆ pose

Utils::PstArray<float, 16> PSTech::pstsdk::TargetPose::pose

Tracking target pose as a row-major 4x4 transformation matrix


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