pub fn vec3_dot_nrmf(v1: &Vector3f, n2: &Normal3f) -> Float
Expand description

Product of the Euclidean magnitudes of a vector (and a 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.