示例#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);
 }