ixfx
    Preparing search index...

    QuadTreeNode. The values of the node is an array of QuadTreeItem.

    To create, you probably want the quadTree function.

    Implements

    Constructors

    Properties

    level: number

    Methods

    • Add an item to the quadtree

      Parameters

      Returns boolean

      False if item is outside of boundary, True if item was added

    • Iterates over immediate children

      Returns IterableIterator<QuadTreeNode>

    • Returns number