Example #1
0
 public froGHRTree(PointCloud cloud)
 {
     Points = new Point3dList(cloud.GetPoints());
     Source = EnumRTreeType.PointCloud;
     Tree   = RTree.CreatePointCloudTree(cloud);
 }