Explanation:
For every clockwise 90-degree rotation on a point (x, y), the resulted transformation will be (y, -x).
Now, counterclockwise 270 degree rotation is equivalent to clockwise 90 degree rotation. Then, for instance, point H=(2 ,-1) will be transformed into the image H'=( -1,2)