Homework Statement
Say we have a 2D rigid body transform, with parameters p = [ p_1,p_2,p_3] for rotation, x translation and y translation respectively.
I'm using the transform to .. transform an image.
Is there a way to have:
For a point x , y : x',y' = transform(x,y,p) <=> x,y =...