Beispiel #1
0
 internal void SetRight(KDTreeNode pRight)
 {
     right = pRight;
 }
Beispiel #2
0
 internal void SetLeft(KDTreeNode pLeft)
 {
     left = pLeft;
 }