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

Class Grid

src/grid.rs:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use crate::{plot_state::PlotState, style::GridStyle};
5
6pub(crate) struct Grid {
7 pipeline: Option<RenderPipeline>,
8 vertex_buffer: Option<Buffer>,
9 vertex_count: u32,
10 last_center: DVec2,
11 last_extents: DVec2,
12 last_style: GridStyle,
13}
14
15/// The visual weight of a tick / grid line.
16#[derive(Debug, Clone, Copy, PartialEq, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected