Variables | |
const float | LEAP_DEG_TO_RAD |
The constant ratio to convert an angle measure from degrees to radians. More... | |
const float | LEAP_PI |
The constant pi as a single precision floating point number. More... | |
const float | LEAP_RAD_TO_DEG |
The constant ratio to convert an angle measure from radians to degrees. More... | |
enum LeapBoneType |
Enumerates the names of the bones.
The errors that can cause a device to fail to properly connect to the service.
enum LeapDeviceType |
enum LeapFingerJoint |
Enumerates the joints of a finger.
The joints along the finger are indexed from 0 to 3 (tip to knuckle). The same joint identifiers are used for the thumb, even though the thumb has one less phalanx bone than the other digits. This puts the base joint (JOINT_MCP) at the base of thumb's metacarpal bone.
Pass a member of this enumeration to [LeapPointable jointPosition] to get the physical position of that joint.
Note: The term "joint" is applied loosely here and the set of joints includes the finger tip even though it is not an anatomical joint.
enum LeapFingerType |
Enumerates the names of the fingers.
Members of this enumeration are returned by [LeapFinger type] to identify a Finger object.
enum LeapGestureState |
The possible gesture states.
enum LeapGestureType |
The supported types of gestures.
enum LeapImageFormatType |
Enumerates the possible image formats.
The [LeapImage format] method returns an item from the LEAP_IMAGE_FORMAT_TYPE enumeration.
enum LeapPointableZone |
Defines the values for reporting the state of a Pointable object in relation to an adaptive touch plane.
enum LeapPolicyFlag |
The supported controller policies.
enum LeapValueType |
Enumerates the possible data types for configuration values.
The [LeapConfig type] property returns an item from the LeapValueType enumeration.
const float LEAP_DEG_TO_RAD |
The constant ratio to convert an angle measure from degrees to radians.
Multiply a value in degrees by this constant to convert to radians.
const float LEAP_PI |
The constant pi as a single precision floating point number.
const float LEAP_RAD_TO_DEG |
The constant ratio to convert an angle measure from radians to degrees.
Multiply a value in radians by this constant to convert to degrees.