Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores information about the user's hand. More...
#include <Hand.h>
Public Types | |
typedef std::shared_ptr< Hand > | Ptr |
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. | |
Stores information about the user's hand.
typedef std::shared_ptr<Hand> tdv::nuitrack::Hand::Ptr |
Smart pointer to access the Hand instance.