Vuo  0.5.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoLeapPointable.h File Reference

Description

VuoLeapPointable C type definition.

Classes

struct  VuoLeapPointable
 Coordinates of a single Leap "pointable" (a finger or tool). More...
 

Functions

VuoLeapPointable VuoLeapPointable_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoLeapPointable_jsonFromValue (const VuoLeapPointable value)
 Encodes value as a JSON object.
 
char * VuoLeapPointable_summaryFromValue (const VuoLeapPointable value)
 Returns a compact string representation of value.
 
VuoLeapPointable VuoLeapPointable_make (VuoInteger id, VuoLeapPointableType type, VuoReal length, VuoReal width, VuoPoint3d direction, VuoPoint3d tipPosition, VuoPoint3d tipVelocity)
 Creates a new pointable from the specified values.
 
VuoLeapPointable VuoLeapPointable_valueFromString (const char *initializer)
 Automatically generated function.
 
char * VuoLeapPointable_stringFromValue (const VuoLeapPointable value)
 Automatically generated function.