Function rs_pbrt::core::geometry::nrm_dot_nrmi
source · pub fn nrm_dot_nrmi(n1: &Normal3i, n2: &Normal3i) -> i32
Expand description
Product of the Euclidean magnitudes of a normal (and another normal) and the cosine of the angle between them. A return value of zero means both are orthogonal, a value if one means they are codirectional.