Vuo  2.3.2
VuoDistribution3d.h
Go to the documentation of this file.
1 
10 #pragma once
11 
14 #define VuoList_VuoDistribution3d_TYPE_DEFINED
16 
28 typedef enum
29 {
30  VuoDistribution3d_CubeVolume,
31  VuoDistribution3d_CubeSurface,
32  VuoDistribution3d_SphereVolume,
33  VuoDistribution3d_SphereSurface,
35 
40 
41 #define VuoDistribution3d_SUPPORTS_COMPARISON
42 bool VuoDistribution3d_areEqual(const VuoDistribution3d valueA, const VuoDistribution3d valueB);
44 
54