Type Alias EmbLine

Source
pub type EmbLine = EmbLine_;

Aliased Type§

struct EmbLine {
    pub x1: f64,
    pub y1: f64,
    pub x2: f64,
    pub y2: f64,
}

Fields§

§x1: f64§y1: f64§x2: f64§y2: f64