Function gen_points_arc

Source
pub fn gen_points_arc(
    radius: f32,
    n: usize,
    st_angle: f32,
    ed_angle: f32,
) -> Vec<Vec2>
Expand description

Generate random Vec2 on an arc