예제 #1
0
 public static Vector3d GetWorldSurfacePosition([NotNull] this CelestialBody body, Coordinates coordinates, double alt)
 {
     return(body.GetWorldSurfacePosition(coordinates.Latitude, coordinates.Longitude, alt));
 }
예제 #2
0
 public static Vector3d GetSurfaceNVector([NotNull] this CelestialBody body, Coordinates coordinates)
 {
     return(body.GetSurfaceNVector(coordinates.Latitude, coordinates.Longitude));
 }