Function rotate_points

Source
pub fn rotate_points(
    center: Coord,
    points: &[Coord],
    degrees: isize,
) -> Vec<Coord>
Expand description

Rotate points around the center by degrees

The resulting points at the same distance but at +degrees angle