Example #1
0
 public static T At <T>(this GridTree <T> g, XY xy) =>
 g.At(xy.xi, xy.yi);