27 #ifndef IMG_TRANSFORMATION_IMPL_HH
28 #define IMG_TRANSFORMATION_IMPL_HH
33 namespace ost {
namespace img {
namespace alg {
rotate 90 degree CW in XY plane
Rotate2D90(int step)
initialize amount of 90deg CW rotations
Rotate2D(Real angle)
initialize 2D rotation with angle in radians
Scale(Real s)
initialize uniform scaling
Translate(const Vec3 &t)
initialize translation along vector
#define DLLEXPORT_IMG_ALG