[][src]Function pbrt::core::geometry::vec3_abs_dot_vec3

pub fn vec3_abs_dot_vec3<T>(v1: &Vector3<T>, v2: &Vector3<T>) -> T where
    T: Float

Computes the absolute value of the dot product.