示例#1
0
文件: Orbit.cs 项目: v0lat1le/krpc
 public double TrueAnomalyAtRadius(double radius)
 {
     return(InternalOrbit.TrueAnomalyAtRadius(radius));
 }