Functions to reflect a vimt3d_image_3d_of<T> More...
Go to the source code of this file.
Functions | |
template<class T > | |
void | vimt3d_reflect_x (vimt3d_image_3d_of< T > &img) |
Reflect an image about the x=0 plane (world coords). | |
template<class T > | |
void | vimt3d_reflect_y (vimt3d_image_3d_of< T > &img) |
Reflect an image about the y=0 plane (world coords). | |
template<class T > | |
void | vimt3d_reflect_z (vimt3d_image_3d_of< T > &img) |
Reflect an image about the z=0 plane (world coords). |
Functions to reflect a vimt3d_image_3d_of<T>
Definition in file vimt3d_reflect.h.
void vimt3d_reflect_x | ( | vimt3d_image_3d_of< T > & | img | ) | [inline] |
Reflect an image about the x=0 plane (world coords).
Definition at line 19 of file vimt3d_reflect.h.
void vimt3d_reflect_y | ( | vimt3d_image_3d_of< T > & | img | ) | [inline] |
Reflect an image about the y=0 plane (world coords).
Definition at line 35 of file vimt3d_reflect.h.
void vimt3d_reflect_z | ( | vimt3d_image_3d_of< T > & | img | ) | [inline] |
Reflect an image about the z=0 plane (world coords).
Definition at line 51 of file vimt3d_reflect.h.