rfw2d
    Preparing search index...

    Interface QuadTreeEntry

    Quad tree entry interface.

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

    Methods

    • Check if the shape of this entry intersects rect.

      Parameters

      Returns boolean

      true if the entry intersects with rect