Vuo  2.3.2
Functions
VuoCurve.c File Reference

Description

VuoCurve implementation.

Definition in file VuoCurve.c.

Go to the source code of this file.

Functions

VuoCurve VuoCurve_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoCurve. More...
 
json_objectVuoCurve_getJson (const VuoCurve value)
 Encodes value as a JSON object. More...
 
VuoList_VuoCurve VuoCurve_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoCurve_getSummary (const VuoCurve value)
 Same as VuoCurve_getString() More...
 
VuoReal VuoReal_curve (VuoReal time, VuoReal startPosition, VuoReal endPosition, VuoReal duration, VuoCurve curve, VuoCurveEasing easing, VuoLoopType loop)
 Returns an interpolated value between startPosition and endPosition. More...
 
VuoPoint2d VuoPoint2d_curve (VuoReal time, VuoPoint2d startPosition, VuoPoint2d endPosition, VuoReal duration, VuoCurve curve, VuoCurveEasing easing, VuoLoopType loop)
 Returns an interpolated value between startPosition and endPosition. More...
 
VuoPoint3d VuoPoint3d_curve (VuoReal time, VuoPoint3d startPosition, VuoPoint3d endPosition, VuoReal duration, VuoCurve curve, VuoCurveEasing easing, VuoLoopType loop)
 Returns an interpolated value between startPosition and endPosition. More...