Skip to main content

VertexD

Type Alias VertexD 

Source
pub type VertexD = VertexBase<f64>;

Aliased Type§

pub struct VertexD {
    pub x: f64,
    pub y: f64,
    pub cmd: u32,
}

Fields§

§x: f64§y: f64§cmd: u32