Skip to content

Commit

Permalink
Progress on #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace authored and dabreegster committed Mar 27, 2021
1 parent c44accd commit d023615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn clockboard(
let mut polygons = Vec::new();
let circle = makecircle(centerpoint, params.distances[0], params.num_vertices);
polygons.push(circle);
polygons
round(polygons, params.precision)
}

fn makecircle(centerpoint: Point<f64>, radius: f64, num_vertices: usize) -> Polygon<f64> {
Expand Down

0 comments on commit d023615

Please sign in to comment.