pub fn rotate2d_vec(angle: f64, points: &[Vector2]) -> Vec<Vector2>
Same as rotate2d, but construct and return a vec containing the rotated points in the same order as the they appear in the input slice.