1 #ifndef NUITRACK_HAND_H_
2 #define NUITRACK_HAND_H_
19 typedef std::shared_ptr<Hand>
Ptr;
Stores information about the user's hand.
Definition: Hand.h:14
float y
The normalized projective y coordinate of the hand (in range [0, 1]).
Definition: Hand.h:23
float xReal
The x coordinate of the hand in the world system.
Definition: Hand.h:27
Stores information about the user's hand.
Definition: Hand.h:36
bool click
True if the hand makes a click, false otherwise.
Definition: Hand.h:24
float zReal
The z coordinate of the hand in the world system.
Definition: Hand.h:29
float yReal
The y coordinate of the hand in the world system.
Definition: Hand.h:28
float x
The normalized projective x coordinate of the hand (in range [0, 1]).
Definition: Hand.h:22
Hand::Ptr leftHand
User left hand data.
Definition: Hand.h:43
std::shared_ptr< Hand > Ptr
Definition: Hand.h:19
int pressure
Rate of hand clenching.
Definition: Hand.h:25
Hand::Ptr rightHand
User right hand data.
Definition: Hand.h:44