Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

Index

Constructors

constructor

Properties

Readonly bound

bound: Rect<any>

Readonly capacity

capacity: number

Readonly items

items: Map<Rect<T>, Rect<T>> = ...

Readonly level

level: number

Readonly subtrees

subtrees: QuadtreeStrategy<T>[] = []

Readonly type

type: string = ...

Methods

clear

  • clear(): void

find

insert

  • insert(item: Rect<T>): void

Private isFull

  • isFull(): boolean

Private isIntersectWith

  • isIntersectWith(item: Rect<any>): boolean

Private isSubtreeCreated

  • isSubtreeCreated(): boolean

remove

  • remove(item: Rect<T>): void

update

  • update(item: Rect<any>): void

Legend

  • Class
  • Class with type parameter
  • Property
  • Method
  • Variable
  • Type alias
  • Interface with type parameter
  • Inherited method
  • Private method

Generated using TypeDoc