spatial-indexing
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Indexing
Strategy
constructor
type
clear
find
insert
remove
update
Type parameters
T =
any
Hierarchy
AbstractIndexingStrategy
NaiveStrategy
QuadtreeStrategy
SpatialHashGridStrategy
Implements
SpatialIndexingStrategy
<
T
>
Index
Constructors
constructor
Properties
type
Methods
clear
find
insert
remove
update
Constructors
constructor
new
Abstract
Indexing
Strategy<T>
(
)
:
AbstractIndexingStrategy
<
T
>
Type parameters
T =
any
Returns
AbstractIndexingStrategy
<
T
>
Properties
Readonly
Abstract
type
type
:
string
Methods
Abstract
clear
clear
(
)
:
void
Returns
void
Abstract
find
find
(
item
:
Rect
<
any
>
)
:
Rect
<
T
>
[]
Parameters
item:
Rect
<
any
>
Returns
Rect
<
T
>
[]
Abstract
insert
insert
(
item
:
Rect
<
T
>
)
:
void
Parameters
item:
Rect
<
T
>
Returns
void
Abstract
remove
remove
(
item
:
Rect
<
T
>
)
:
void
Parameters
item:
Rect
<
T
>
Returns
void
update
update
(
item
:
Rect
<
T
>
)
:
void
Parameters
item:
Rect
<
T
>
Returns
void
Generated using
TypeDoc