Skip to main content

geodesic_destination_on

Function geodesic_destination_on 

Source
pub fn geodesic_destination_on(
    from: &GeoCoord,
    azimuth: f64,
    distance: f64,
    ellipsoid: &Ellipsoid,
) -> Result<GeoCoord, VincentyConvergenceError>
Expand description

Solve the direct geodesic problem on an arbitrary ellipsoid.

See geodesic_destination for behavioral details.