讓物體沿橢圓軌道運動

/// <summary> /// 利用橢圓方程的三角表達式:x=acosθ ,y=bsinθ做出橢圓運動 /// </summary> public class EllipticalOrbit : MonoBehaviour {         //橢圓半長軸a、半短軸b、     public float a = 50, b = 30;     //h變量是讓橢圓運動軌跡傾斜的變量,h爲0時在
相關文章
相關標籤/搜索