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