Shapes 3D
3.0
|
Static Public Member Functions | |
static PImage | flipV (PImage src) |
static PImage | flipH (PImage src) |
static PImage | rotateCW (PImage src) |
static PImage | rotateCCW (PImage src) |
Small collection of methods to create mirrored or rotated images from an original image.
In all methods the original is unchanged.
|
static |
Using the provided image create a copy that is flipped along the horizontal axis.
src | the original image |
|
static |
Using the provided image create a copy that is flipped along the vertical axis.
src | the original image |
|
static |
Using the provided image create a copy that is rotated left (clockwise) by 90°
src | the original image |
|
static |
Using the provided image create a copy that is rotated right (counter-clockwise) by 90°
src | the original image |