Esempio n. 1
0
 public double TypeTwoChargeFunction(Orbitsphere.Point point)
 {
     return (1 + Math.Sin(point.Theta) * Math.Cos(point.Phi));
 }
Esempio n. 2
0
 public double TypeThreeChargeFunction(Orbitsphere.Point point)
 {
     return (1 + Math.Cos(point.Theta));
 }