如代码:

float angle = Vector3.Angle(v1, v2);
angle *= Mathf.Sign(Vector3.Cross(v1, v2).y);
05-02 02:10