rotated
Rotates CoordinatePlain by angle degrees around center point.
With
Angle t,
Center point Z
Coordinate P
cos(phi) -sin(phi) * Px - Zx + Zx = cos(phi)*(Px-Zx) - sin(phi)*(Py-Zy) + Zx
Py - Zy sin(phi)*(Px-Zx) + cos(phi)*(Py-Zy) + Zy
Rotates CoordinatePlain by angle degrees around center point.
With
Angle t,
Center point Z
Coordinate P
cos(phi) -sin(phi) * Px - Zx + Zx = cos(phi)*(Px-Zx) - sin(phi)*(Py-Zy) + Zx
Py - Zy sin(phi)*(Px-Zx) + cos(phi)*(Py-Zy) + Zy