spatial-indexing
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Spatial
Indexing
Strategy
clear
find
insert
remove
update
Spatial
Indexing
Strategy
Constructor
Type parameters
T =
any
Hierarchy
SpatialIndexingStrategy
Implemented by
AbstractIndexingStrategy
SpatialHashGridStrategy
Index
Methods
clear
find
insert
remove
update
Methods
clear
clear
(
)
:
void
Returns
void
find
find
(
item
:
Rect
<
any
>
)
:
Rect
<
T
>
[]
Parameters
item:
Rect
<
any
>
Returns
Rect
<
T
>
[]
insert
insert
(
item
:
Rect
<
T
>
)
:
void
Parameters
item:
Rect
<
T
>
Returns
void
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