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

Description

VuoLeapPointable implementation.

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.