[][src]Function cgmath::conv::array3

pub fn array3<T, A: Into<[T; 3]>>(value: A) -> [T; 3]

Force a conversion into a 3-element array.