pub fn rotate_points( center: Coord, points: &[Coord], degrees: isize, ) -> Vec<Coord>
Rotate points around the center by degrees
points
center
degrees
The resulting points at the same distance but at +degrees angle