Functions to reflect a vimt_image_2d_of<T> More...
Go to the source code of this file.
Functions | |
template<class T > | |
void | vimt_reflect_x (vimt_image_2d_of< T > &img) |
Reflect an image about the x=0 line (world coords). | |
template<class T > | |
void | vimt_reflect_y (vimt_image_2d_of< T > &img) |
Reflect an image about the y=0 line (world coords). |
Functions to reflect a vimt_image_2d_of<T>
Definition in file vimt_reflect.h.
void vimt_reflect_x | ( | vimt_image_2d_of< T > & | img | ) | [inline] |
Reflect an image about the x=0 line (world coords).
Definition at line 19 of file vimt_reflect.h.
void vimt_reflect_y | ( | vimt_image_2d_of< T > & | img | ) | [inline] |
Reflect an image about the y=0 line (world coords).
Definition at line 35 of file vimt_reflect.h.