Function conrod::utils::vec2_sub [] [src]

pub fn vec2_sub<T>(a: [T; 2], b: [T; 2]) -> [T; 2] where T: Sub<Output=T> + Copy

Subtract b from a.