Cinder  0.9.1
Namespaces | Functions
Flip.h File Reference
#include "cinder/Cinder.h"
#include "cinder/Surface.h"

Namespaces

 cinder
 
 cinder::ip
 

Functions

template<typename T >
void cinder::ip::flipVertical (SurfaceT< T > *surface)
 
template<typename T >
void cinder::ip::flipVertical (const SurfaceT< T > &srcSurface, SurfaceT< T > *destSurface)
 
template<typename T >
void cinder::ip::flipVertical (const ChannelT< T > &srcChannel, ChannelT< T > *destChannel)
 
template<typename T >
void cinder::ip::flipHorizontal (SurfaceT< T > *surface)