How do I rotate a point 90 degrees counterclockwise if the coordinates are negative already?
Ex: rotate the point (-3,-5) on a geometric figure 90 degrees counterclockwise)
I would think to just go as usual and answer it as (-5,-3) do I just go on keeping them both negative or is there something i have to change?
thanks!