All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuVuMarkObservationTemplateInfo Struct Reference

Public Attributes

const char * uniqueId
 Persistent system-wide unique ID associated with the VuMark template.
 
const char * name
 VuMark template name.
 
const char * userData
 VuMark template user data.
 
VuVector2F size
 Size (dimensions) of the VuMark in meters.
 
VuVector2F origin
 Get the position of VuMark's origin.
 
VuAABB bbox
 Axis-aligned bounding box of the observed VuMark, relative to its frame of reference.
 
VuMatrix44F poseOffset
 Pose offset used with VuMark template.
 

Detailed Description

Template info for a VuMark from its respective observation.

Member Data Documentation

◆ uniqueId

const char* uniqueId

Persistent system-wide unique ID associated with the VuMark template.

Note
The unique ID can't be changed.

◆ poseOffset

VuMatrix44F poseOffset

Pose offset used with VuMark template.

Note
The pose offset is represented as a pose matrix using the OpenGL convention.