pub fn vec3_abs_dot_vec3f(v1: &Vector3f, v2: &Vector3f) -> Float
Expand description

Computes the absolute value of the dot product.