Vuo  2.3.2
VuoProjectionType.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoProjectionType_struct { void *l; } * VuoList_VuoProjectionType;
14 #define VuoList_VuoProjectionType_TYPE_DEFINED
16 
28 typedef enum {
29  VuoProjectionType_Perspective,
30  VuoProjectionType_Affine
32 
37 
39 
47