pub fn vec3_project_onto(v: &Vec3, onto_unit: &Vec3) -> Vec3
Project v onto the unit direction onto_unit.
v
onto_unit
Returns the component of v parallel to onto_unit. onto_unit must be a unit vector.