Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
tdv::nuitrack::Hand Struct Reference

Stores information about the user's hand. More...

#include <Hand.h>

Public Types

typedef std::shared_ptr< HandPtr
 

Public Attributes

float x
 The normalized projective x coordinate of the hand (in range [0, 1]).
 
float y
 The normalized projective y coordinate of the hand (in range [0, 1]).
 
bool click
 True if the hand makes a click, false otherwise.
 
int pressure
 Rate of hand clenching.
 
float xReal
 The x coordinate of the hand in the world system.
 
float yReal
 The y coordinate of the hand in the world system.
 
float zReal
 The z coordinate of the hand in the world system.
 

Detailed Description

Stores information about the user's hand.

Member Typedef Documentation

typedef std::shared_ptr<Hand> tdv::nuitrack::Hand::Ptr

Smart pointer to access the Hand instance.