1 #ifndef NUITRACK_HAND_H_
2 #define NUITRACK_HAND_H_
19 typedef std::shared_ptr<Hand>
Ptr;
ユーザーの手に関する情報を保存します。
定義:Hand.h:14
float y
正常化された射影手の y 座標 ( [0, 1] の範囲内)
定義:Hand.h:23
float xReal
世界システムでの手の x 座標
定義:Hand.h:27
ユーザーの手に関する情報を保存します。
定義:Hand.h:36
bool click
手でクリックした場合に True、それ以外は false
定義:Hand.h:24
float zReal
世界システムでの手の z 座標
定義:Hand.h:29
float yReal
世界システムでの手の y 座標
定義:Hand.h:28
float x
正常化された射影手の x 座標 ( [0, 1] の範囲内)
定義:Hand.h:22
Hand::Ptr leftHand
ユーザーの左手のデータ
定義:Hand.h:43
std::shared_ptr< Hand > Ptr
定義:Hand.h:19
int pressure
手を握る動作の頻度
定義:Hand.h:25
Hand::Ptr rightHand
ユーザーの右手のデータ
定義:Hand.h:44