circle_points

Function circle_points 

Source
pub fn circle_points(
    distance_radius: f32,
    center: Point,
    amount: u16,
) -> Vec<Point>
Expand description

Distributes the amount of points on a circle with the given radius around the center.