pub fn v2a<T, const N: usize>(v: Vec<T>) -> [T; N]
construct array [T; N] (dVector3 dMatrix3 etc) from vec![]