Function quat::create [] [src]

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