Function vecmath::vec2_sub [] [src]

pub fn vec2_sub<T: Float>(a: Vector2<T>, b: Vector2<T>) -> Vector2<T>

Subtracts 'b' from 'a'.