![]() |
3Gear Systems SDK
v0.9.34
|
Messages related to pointing with the index finger. More...
Public Member Functions | |
PointMessage (Hand hand, Vector3D pointStart, Vector3D pointEnd, float confidence) | |
Vector3D | Direction () |
This is the direction of the index finger. More... | |
override string | Serialize () |
Static Public Member Functions | |
static PointMessage | Parse (TokenStream tokenStream, MessageType type) |
Properties | |
Vector3D | Start [get] |
This is our estimate of the start (first knuckle) of the index finger. More... | |
Vector3D | End [get] |
This is our estimate of the end (tip) of the index finger. More... | |
Hand | Hand [get] |
Which hand this message applies to. More... | |
float | Confidence [get] |
This is our confidence (between 0 and 1) that the user is actually pointing at something. More... | |
Additional Inherited Members |
Messages related to pointing with the index finger.
|
inline |
This is the direction of the index finger.
|
get |
This is our confidence (between 0 and 1) that the user is actually pointing at something.
|
get |
This is our estimate of the end (tip) of the index finger.
|
get |
Which hand this message applies to.
Pointing messages can only refer to a single hand (LEFT or RIGHT, never BOTH).
|
get |
This is our estimate of the start (first knuckle) of the index finger.