pub fn gen_points_arc( radius: f32, n: usize, st_angle: f32, ed_angle: f32, ) -> Vec<Vec2>
Generate random Vec2 on an arc
Vec2