Vuo 2.4.4
Loading...
Searching...
No Matches
VuoImageRotate.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif
16
17#include "VuoImage.h"
18
19typedef void *VuoImageRotate;
20
22VuoImage VuoImageRotate_rotate(VuoImage image, VuoImageRotate rotator, VuoReal angleInDegrees, VuoBoolean expandBounds);
23
24#ifdef __cplusplus
25}
26#endif