rotate#
- Coordinate.rotate(centre_point, angle)#
Rotate Coordinate around a point for a given angle.
- Parameters:
- centre_point
Coordinate Point to rotate Coordinate around.
- angle
float Angle of rotation in degrees. Anticlockwise direction is positive.
- centre_point