Type Alias EmbPoint

Source
pub type EmbPoint = EmbPoint_;

Aliased Type§

struct EmbPoint {
    pub xx: f64,
    pub yy: f64,
}

Fields§

§xx: f64§yy: f64