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

Given two vectors in 3D, the cross product is a vector that is perpendicular to both of them.