pub type F64x2 = Vector<f64, 2>;
A 2-dimensional vector of f64s.
f64
pub struct F64x2(pub [f64; 2]);
0: [f64; 2]