Vuo  2.3.2
VuoLeapPointable.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoInteger.h"
13 #include "VuoPoint3d.h"
14 #include "VuoLeapPointableType.h"
15 #include "VuoLeapTouchZone.h"
16 #include "VuoReal.h"
17 
29 typedef struct
30 {
31  VuoInteger id;
32 
34 
35  VuoReal length;
36  VuoReal width;
37  VuoPoint3d direction;
38 
39  VuoPoint3d tipPosition;
40  VuoPoint3d tipVelocity;
41 
42  VuoReal timeVisible;
43  VuoReal touchDistance;
44 
45  VuoLeapTouchZone touchZone;
46 
47  VuoBoolean isExtended;
49 
53 
56  VuoReal length,
57  VuoReal width,
58  VuoPoint3d direction,
59  VuoPoint3d tipPosition,
60  VuoPoint3d tipVelocity,
61  VuoReal timeVisible,
62  VuoReal touchDistance,
63  VuoLeapTouchZone touchZone,
64  VuoBoolean isExtended);
65 
67 
73