pub type dvec2 = vec2<f64>;
Double precision floating point vector type of two elements.
pub struct dvec2(pub [f64; 2]);
0: [f64; 2]