所以我推出了一個方法,它返回給定距離處的一組點。 /// <summary>
/// Gets all the points between a two vectors at given distance, including the starting and the ending point.
/// </summary>
public static List<Ve
我需要寫一個可靠方法來檢索回答以下情形...... 給定一個線段AB和任意點C,如何我是否會在平行於AB的線上找到通過點C的最接近點A? (上面提到的可靠性是指算法能夠找到D,同時允許A,B和C的座標完全是任意的和不可預知的。我遇到了很多難以適應所有問題的解決方案可能的情況,可悲的是...) 在下面的圖片中顯示的數據的情況下,我將如何可靠地找到D的x,y座標? A = <425, 473>
B
我需要在世界空間相對於主攝像機的方向移動我的目標物體,但只有在x軸上和相對於我的播放器上y軸。 任何指導非常感謝。 public class test : MonoBehaviour {
public string raise = "Raise";
public string lower = "Lower";
public string left = "Left";
public str