コード例 #1
0
ファイル: Quark.cs プロジェクト: ronnotel/Orbitsphere
 public double TypeTwoChargeFunction(Orbitsphere.Point point)
 {
     return (1 + Math.Sin(point.Theta) * Math.Cos(point.Phi));
 }
コード例 #2
0
ファイル: Quark.cs プロジェクト: ronnotel/Orbitsphere
 public double TypeThreeChargeFunction(Orbitsphere.Point point)
 {
     return (1 + Math.Cos(point.Theta));
 }