Example #1
0
File: RTree.cs Project: tedd/RTree
        private void add(Rectangle r, int id)
        {
            add(r.copy(), id, 1);

            msize++;
        }