Vuo 2.4.4
Loading...
Searching...
No Matches
VuoPointsParametric.h
Go to the documentation of this file.
1
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
15#include "VuoInteger.h"
16#include "VuoPoint3d.h"
17#include "VuoReal.h"
18#include "VuoText.h"
19#include "VuoList_VuoPoint3d.h"
20
22 VuoReal time,
23 VuoText xExp,
24 VuoText yExp,
25 VuoText zExp,
26 VuoInteger subdivisions,
27 VuoReal uMin,
28 VuoReal uMax);
29
31 VuoReal time,
32 VuoText xExp,
33 VuoText yExp,
34 VuoText zExp,
35 VuoInteger rows,
36 VuoInteger columns,
37 VuoReal uMin,
38 VuoReal uMax,
39 VuoReal vMin,
40 VuoReal vMax);
41
42#ifdef __cplusplus
43}
44#endif