Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions egui_plot/src/items/geom_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ pub fn push_polygon_at(
out.push(Shape::closed_line(pts, Stroke::new(stroke.width, color)));
}
}
// #[inline]
// //todo
// pub fn degree_to_radius(d: i16) -> f32 {
// (d as f32) * PI / 180.0
// }
Loading