Function vec4_cast

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

Converts to another vector type.