Function vecmath::vec4_cast [] [src]

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

Converts to another vector type.