PST SDK  5.0.3.0-7c6cbb9
PSTech::pstsdk::Point Struct Reference

Estimated 3D marker location. More...

#include <pst-sdk.h>

+ Collaboration diagram for PSTech::pstsdk::Point:

Public Attributes

int id
 
std::array< float, 3 > position
 

Detailed Description

This struct contains information about individual 3D markers that have been detected by the PST Tracker but have not been estimated to be part of an active tracking target. As a single 3D point has no features to distinguish it from another, points are given an identifier based on their previous motion. Note that there is no guarantee that the identifier is consistent between sensor updates.

See also
TrackerData
Listener

Member Data Documentation

◆ id

int PSTech::pstsdk::Point::id

Marker identifier

◆ position

std::array<float, 3> PSTech::pstsdk::Point::position

3D marker location


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