Documentation

Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
\NLeap
 oCCircleGesture The CircleGesture classes represents a circular finger movement
 oCConfig The Config class provides access to Leap Motion system configuration information
 oCController The Controller class is your main interface to the Leap Motion Controller
 oCDevice The Device class represents a physically connected device
 oCDeviceList The DeviceList class represents a list of Device objects
 oCFinger The Finger class represents a tracked finger
 oCFingerList The FingerList class represents a list of Finger objects
 oCFrame The Frame class represents a set of hand and finger tracking data detected in a single frame
 oCGesture The Gesture class represents a recognized movement by the user
 oCGestureList The GestureList class represents a list of Gesture objects
 oCHand The Hand class reports the physical characteristics of a detected hand
 oCHandList The HandList class represents a list of Hand objects
 oCInteractionBox The InteractionBox class represents a box-shaped region completely within the field of view of the Leap Motion controller
 oCKeyTapGesture The KeyTapGesture class represents a tapping gesture by a finger or tool
 oCListener The Listener class defines a set of callback functions that you can override in a subclass to respond to events dispatched by the Controller object
 oCMatrix The Matrix struct represents a transformation matrix
 oCPointable The Pointable class reports the physical characteristics of a detected finger or tool
 oCPointableList The PointableList class represents a list of Pointable objects
 oCScreenTapGesture The ScreenTapGesture class represents a tapping gesture by a finger or tool
 oCSwipeGesture The SwipeGesture class represents a swiping motion of a finger or tool
 oCTool The Tool class represents a tracked tool
 oCToolList The ToolList class represents a list of Tool objects
 \CVector The Vector struct represents a three-component mathematical vector or point such as a direction or position in three-dimensional space