contact point between a pointable (finger or tool) and a scene object. More...
#include <LeapScene.h>
Public Member Functions | |
SceneContactPoint () | |
SceneContactPoint (const Vector &vPoint, int iPointableID) | |
Public Attributes | |
int | m_iPointableID |
Vector | m_vPoint |
contact point between a pointable (finger or tool) and a scene object.
Definition at line 162 of file LeapScene.h.
Leap::SceneContactPoint::SceneContactPoint | ( | ) | [inline] |
Definition at line 164 of file LeapScene.h.
Leap::SceneContactPoint::SceneContactPoint | ( | const Vector & | vPoint, |
int | iPointableID | ||
) | [inline] |
Definition at line 165 of file LeapScene.h.
Definition at line 167 of file LeapScene.h.
Definition at line 166 of file LeapScene.h.