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