enter image description here 我添加了模型图像来显示我想要的东西。
在此立方体中,从立方体中心位置vector3 startpos
到边缘中心,面中心和立方体角有多条线(img中的红线)。它们的位置存储在数组Vector3[] selected
中。 / p>
蓝线从vector3 startpos
开始,其终点位置存储在vector3 startpos
中。
我想计算每条红线和蓝线之间的角度并获得最小的角度,返回Vector3[] selected
中Vector3的索引。这就是我的项目。
我希望你们能给我一些想法:) 请使用C#。谢谢!