Rotation Calculator
Enter your point's X and Y coordinates along with a rotation angle (θ) to find the new position after rotating around the origin. The Rotation Calculator applies the standard rotation formulas — x' = x·cos(θ) − y·sin(θ) and y' = x·sin(θ) + y·cos(θ) — and returns the rotated X and rotated Y coordinates. You can also rotate around an arbitrary pivot point by specifying a center of rotation.
Results
Rotated X Coordinate (x')
--
Rotated Y Coordinate (y')
--
Distance from Origin
--
Original Angle (from pivot)
--
Final Angle (from pivot)
--