Bugfixes, performance fixes, tears.
[ipdf/code.git] / src / quadtree.h
index 15fd8a9..4fd4b2d 100644 (file)
@@ -53,6 +53,7 @@ namespace IPDF
                std::vector<QuadTreeNode> nodes;
 
                QuadTreeIndex GetNeighbour(QuadTreeIndex start, int xdir, int ydir, Document *doc) const;
+               void GetCanonicalCoords(QuadTreeIndex& start, Real& x, Real& y, Document *doc);
 
        };
 

UCC git Repository :: git.ucc.asn.au