Calculate the projection of the vector v1 on to v2
Vector3C Vector3Project(Vector3C v1, Vector3C v2) => _Vector3Project(v1, v2);