Function vecmath::vec3_dot [] [src]

pub fn vec3_dot<T: Float>(a: Vector3<T>, b: Vector3<T>) -> T

Computes the dot product.