Vuo  2.0.0
Classes | Enumerations | Functions
VuoCurve.h File Reference

Description

VuoCurve C type definition.

Definition in file VuoCurve.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoCurve_struct
 List type. More...
 

Enumerations

enum  VuoCurve {
  VuoCurve_Linear, VuoCurve_Quadratic, VuoCurve_Cubic, VuoCurve_Circular,
  VuoCurve_Exponential
}
 An enum defining different types of curves. More...
 

Functions

VuoCurve VuoCurve_makeFromJson (json_object *js)
 
json_objectVuoCurve_getJson (const VuoCurve value)
 
VuoList_VuoCurve VuoCurve_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoCurve_getSummary (const VuoCurve value)
 
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...
 
VuoCurve VuoCurve_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoCurve_getString (const VuoCurve value)
 Automatically generated function. More...
 
void VuoCurve_retain (VuoCurve value)
 Automatically generated function. More...
 
void VuoCurve_release (VuoCurve value)
 Automatically generated function. More...
 
#define VuoList_VuoCurve_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoCurve_structVuoList_VuoCurve
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoCurve_TYPE_DEFINED

#define VuoList_VuoCurve_TYPE_DEFINED

List type.

Definition at line 20 of file VuoCurve.h.

Typedef Documentation

◆ VuoList_VuoCurve

typedef const struct VuoList_VuoCurve_struct * VuoList_VuoCurve

List type.