(&self, x: f32, y: f32)
| 450 | // Convert world position to screen position |
| 451 | if let Some(screen_pos) = |
| 452 | world_to_screen_position_x(tick_plot, &self.camera, &self.bounds) |
| 453 | { |
| 454 | self.x_ticks.push(PositionedTick { screen_pos, tick }); |
| 455 | } |
| 456 | } |
| 457 |
no outgoing calls
no test coverage detected