Subversion Repositories Code-Repo

Rev

Rev 96 | Blame | Compare with Previous | Last modification | View Log | RSS feed


// Interface for a generic PRQuadTree node
public interface PRQuadTreeNode {
        public boolean isEmpty();
}