Vuo 2.4.4
Loading...
Searching...
No Matches
Typedefs | Functions
VuoImageRotate.h File Reference

Description

VuoImageRotate interface.

Definition in file VuoImageRotate.h.

Go to the source code of this file.

Typedefs

typedef void * VuoImageRotate
 Rotation state data.
 

Functions

VuoImageRotate VuoImageRotate_make (void)
 Initializes image rotator state.
 
VuoImage VuoImageRotate_rotate (VuoImage image, VuoImageRotate rotator, VuoReal angleInDegrees, VuoBoolean expandBounds)
 Returns a new, rotated copy of the specified image.
 

Typedef Documentation

◆ VuoImageRotate

typedef void* VuoImageRotate

Rotation state data.

Definition at line 19 of file VuoImageRotate.h.

Function Documentation

◆ VuoImageRotate_make()

VuoImageRotate VuoImageRotate_make ( void  )

Initializes image rotator state.

It's OK to use the same state to rotate multiple images of different sizes and types.

Definition at line 32 of file VuoImageRotate.c.

◆ VuoImageRotate_rotate()

VuoImage VuoImageRotate_rotate ( VuoImage  image,
VuoImageRotate  rotator,
VuoReal  angleInDegrees,
VuoBoolean  expandBounds 
)

Returns a new, rotated copy of the specified image.

Definition at line 68 of file VuoImageRotate.c.