DisplayedLineType

Type Alias DisplayedLineType 

Source
pub type DisplayedLineType = Vec<(Entity, CanvasDistance)>;
Expand description

Displayed line type: A list of (station entity, size of the interval on canvas in mm) The first entry is the starting station, where the canvas distance is simply omitted. Each entry afterwards represents the interval from the previous station to this station.

Aliased Typeยง

pub struct DisplayedLineType { /* private fields */ }