Function vecmath::vec4_cast [] [src]

pub fn vec4_cast<T, U>(a: Vector4<T>) -> Vector4<U> where T: Copy + Cast<U>

Converts to another vector type.