Friday, February 10, 2012

How Do We Graph Rotations?

Rotation a transformation that turns on object around fixed point.
Example ;

90 degrees
(x,y) -> (-y,x)
180 degrees
(x,y) -> (-x,-y)
270 degrees
(x,y) -> (y,-x)

No comments:

Post a Comment