Function vecmath::vec2_dot [] [src]

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

Computes the dot product.