pub fn vec3_abs_dot_vec3i(v1: &Vector3i, v2: &Vector3i) -> i32
Expand description

Computes the absolute value of the dot product.