Vuo  2.3.2
Functions
VuoCurveEasing.c File Reference

Description

VuoCurveEasing implementation.

Definition in file VuoCurveEasing.c.

Go to the source code of this file.

Functions

VuoCurveEasing VuoCurveEasing_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoCurveEasing. More...
 
json_objectVuoCurveEasing_getJson (const VuoCurveEasing value)
 Encodes value as a JSON object. More...
 
VuoList_VuoCurveEasing VuoCurveEasing_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoCurveEasing_getSummary (const VuoCurveEasing value)
 Same as VuoCurveEasing_getString() More...