Vuo 2.4.4
Loading...
Searching...
No Matches
VuoProjectionType.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoProjectionType_Perspective,
29 VuoProjectionType_Affine
31
33
35struct json_object * VuoProjectionType_getJson(const VuoProjectionType value);
38
40
47
52#ifdef __cplusplus
53}
54#endif