Beispiel #1
0
 /// <summary>
 /// Tries to calculate a tree starting at the given location.
 /// </summary>
 public static Tree CalculateTree(this RouterBase router, Profile profile, RouterPoint origin, float max)
 {
     return(router.CalculateTree(profile, origin, max, CancellationToken.None));
 }