Vuo  0.5.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoLeapHand.c File Reference

Description

VuoLeapHand implementation.

Functions

VuoLeapHand VuoLeapHand_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoLeapHand_jsonFromValue (const VuoLeapHand value)
 Encodes value as a JSON object.
 
char * VuoLeapHand_summaryFromValue (const VuoLeapHand value)
 Returns a compact string representation of value.
 
VuoLeapHand VuoLeapHand_make (VuoInteger id, VuoPoint3d direction, VuoPoint3d palmNormal, VuoPoint3d palmPosition, VuoPoint3d palmVelocity, VuoReal sphereRadius, VuoPoint3d sphereCenter, VuoList_VuoLeapPointable pointables)
 Creates a new pointable from the specified values.