Function quat::new [] [src]

pub fn new<T>(x: T, y: T, z: T, w: T) -> [T; 4] where
    T: Copy + Num