Vuo  2.3.2
Classes | Functions
VuoLeapPointable.h File Reference

Description

VuoLeapPointable C type definition.

Definition in file VuoLeapPointable.h.

Go to the source code of this file.

Classes

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

Functions

VuoLeapPointable VuoLeapPointable_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoLeapPointable_getJson (const VuoLeapPointable value)
 Encodes value as a JSON object. More...
 
char * VuoLeapPointable_getSummary (const VuoLeapPointable value)
 Returns a compact string representation of value. More...
 
VuoLeapPointable VuoLeapPointable_make (VuoInteger id, VuoLeapPointableType type, VuoReal length, VuoReal width, VuoPoint3d direction, VuoPoint3d tipPosition, VuoPoint3d tipVelocity, VuoReal timeVisible, VuoReal touchDistance, VuoLeapTouchZone touchZone, VuoBoolean isExtended)
 Creates a new pointable from the specified values. More...
 
VuoLeapPointable VuoLeapPointable_makeFromString (const char *initializer)
 Automatically generated function. More...
 
char * VuoLeapPointable_getString (const VuoLeapPointable value)
 Automatically generated function. More...