Coordinate conversion helpers
(&self, x: f32, y: f32)
| 371 | pipelines: PipelineCache::new(), |
| 372 | buffers: BufferCache::new(), |
| 373 | versions: VersionTracker::new(), |
| 374 | grid: Grid::default(), |
| 375 | picking: PickingPass::default(), |
| 376 | bounds_w: 0, |
| 377 | bounds_h: 0, |
| 378 | bounds: Rectangle::default(), |
| 379 | scale_factor: 1.0, |
| 380 | } |
no outgoing calls
no test coverage detected