Function vecmath::vec3_cast [] [src]

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

Converts to another vector type.