Rotation Transformations
Rules for rotating images:
90 degree clockwise rotation = 270 degree counter-clockwise rotation
(x,y) -> (y,-x)
180 degree clockwise rotation = 180 degree counter-clockwise rotation
(x,y) -> (-x,-y)
270 degree clockwise rotation = 90 degree counter-clockwise rotation
(x,y) -> (-y,x)
0 Comments:
Post a Comment
<< Home