GetNode() public method

public GetNode ( OctreeBox, rect, ArrayList nodes ) : ArrayList
rect OctreeBox,
nodes ArrayList
return ArrayList
コード例 #1
0
ファイル: Octree.cs プロジェクト: weichen1989/Octree
 public object GetNode(float x, float y, float z)
 {
     return(Top.GetNode(x, y, z));
 }