Vuo 2.4.4
Loading...
Searching...
No Matches
VuoDistribution3d.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum
28{
29 VuoDistribution3d_CubeVolume,
30 VuoDistribution3d_CubeSurface,
31 VuoDistribution3d_SphereVolume,
32 VuoDistribution3d_SphereSurface,
34
35#define VuoDistribution3d_SUPPORTS_COMPARISON
37
39struct json_object *VuoDistribution3d_getJson(const VuoDistribution3d value);
42
45
54
59#ifdef __cplusplus
60}
61#endif