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

Description

VuoLeapPointable implementation.

Functions

VuoLeapPointable VuoLeapPointable_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoLeapPointable_getJson (const VuoLeapPointable value)
 Encodes value as a JSON object.
 
char * VuoLeapPointable_getSummary (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, VuoReal timeVisible, VuoReal touchDistance, VuoLeapTouchZone touchZone, VuoBoolean isExtended)
 Creates a new pointable from the specified values.