Skip to main content

destination_with

Function destination_with 

Source
pub fn destination_with<P, S>(
    origin: &P,
    bearing: f64,
    distance: f64,
    strategy: S,
) -> S::Output
where P: Point, S: DestinationStrategy<P>,
Expand description

Compute the destination using an explicitly supplied direct strategy.