Vuo  2.0.0
VuoMeshUtility.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "VuoMesh.h"
16 #include "VuoInteger.h"
17 #include "VuoPoint3d.h"
18 #include "VuoPoint4d.h"
19 #include "VuoList_VuoPoint4d.h"
20 #include "VuoList_VuoInteger.h"
21 
26 
31 
36 
41 
50 
56 
60 static inline VuoPoint4d VuoMeshUtility_faceNormal(VuoPoint4d a, VuoPoint4d b, VuoPoint4d c)
61 {
63 }
64 
65 #ifdef __cplusplus
66 }
67 #endif