Example #1
0
 public Quad get_child(QuadPos pos)
 {
     return((this.children != null) ? this.children[pos.to_idx()] : null);
 }