Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCurveEasing.h
Go to the documentation of this file.
1
10#ifndef VuoCurveEasing_h
11#define VuoCurveEasing_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
28typedef enum {
29 VuoCurveEasing_In,
30 VuoCurveEasing_Out,
31 VuoCurveEasing_InOut,
32 VuoCurveEasing_Middle
34
36
37VuoCurveEasing VuoCurveEasing_makeFromJson(struct json_object * js);
38struct json_object * VuoCurveEasing_getJson(const VuoCurveEasing value);
41
43
50
55#ifdef __cplusplus
56}
57#endif
58
59#endif