Function vecmath::vec3_cast [] [src]

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

Converts to another vector type.