pub fn circle_points( distance_radius: f32, center: Point, amount: u16, ) -> Vec<Point>
Distributes the amount of points on a circle with the given radius around the center.