MCPcopy Create free account
hub / github.com/emilk/egui_plot / find_closest

Method find_closest

egui_plot/src/items/box_plot.rs:168–170  ·  view source on GitHub ↗
(&self, point: Pos2, transform: &PlotTransform)

Source from the content-addressed store, hash-verified

166 }
167
168 fn find_closest(&self, point: Pos2, transform: &PlotTransform) -> Option<ClosestElem> {
169 find_closest_rect(&self.boxes, point, transform)
170 }
171
172 fn on_hover(
173 &self,

Callers

nothing calls this directly

Calls 1

find_closest_rectFunction · 0.85

Tested by

no test coverage detected