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