134k views
4 votes
Write a rule to describe a transformation when a triangle hasbeen rotated 90 degrees clockwise.(x,y) →Using (y,x)

1 Answer

5 votes

For clockwise rotation of a triangle by 90 degree, then x coordinate is similar to the y coordinate of original point and y coorinate is negative times of x coordinate of original point.

So (x,y) changes to (-y,x).

User JohannesNE
by
5.2k points