pub type VertexD = VertexBase<f64>;
pub struct VertexD { pub x: f64, pub y: f64, pub cmd: u32, }
x: f64
y: f64
cmd: u32