MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / cursor_inside

Method cursor_inside

src/plot_state.rs:456–458  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

454 self.x_ticks.push(PositionedTick { screen_pos, tick });
455 }
456 }
457
458 // Calculate y-axis ticks
459 let min_y_plot = self.camera.position.y - self.camera.half_extents.y;
460 let max_y_plot = self.camera.position.y + self.camera.half_extents.y;
461 let min_y = self

Callers 2

Calls 1

point_insideMethod · 0.80

Tested by

no test coverage detected