Exemplo n.º 1
0
 /// <summary>
 /// Passthrough for child nodes that need information from the tree.
 /// Saves having to query the simulation for the node location all the time.
 /// </summary>
 /// <param name="z">The zone.</param>
 /// <returns></returns>
 public double GetDistanceFromTrees(Zone z)
 {
     return(tree.GetDistanceFromTrees(z));
 }