Interface QuadTreeEntry

Quad tree entry interface.

interface QuadTreeEntry {
    intersectsRect(rect: RectLike): boolean;
}

Methods

  • Check if the shape of this entry intersects rect.

    Parameters

    Returns boolean

    true if the entry intersects with rect