Type Alias EmbVector

Source
pub type EmbVector = EmbVector_;

Aliased Type§

struct EmbVector {
    pub X: f64,
    pub Y: f64,
}

Fields§

§X: f64§Y: f64