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.
|
inline |
Definition at line 164 of file LeapScene.h.
|
inline |
Definition at line 165 of file LeapScene.h.
int Leap::SceneContactPoint::m_iPointableID |
Definition at line 167 of file LeapScene.h.
Vector Leap::SceneContactPoint::m_vPoint |
Definition at line 166 of file LeapScene.h.