コード例 #1
0
ファイル: nbody.php プロジェクト: michaelprem/phc
 function Sun()
 {
     return Body::NewBody(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
 }