@ue-too/dynamics / index / SpatialIndex
インターフェイス: SpatialIndex<T>
Interface for spatial indexing data structures.
型パラメーター
T
T extends SpatialIndexObject
メソッド
clear()
clear():
void
戻り値
void
draw()?
optionaldraw(context):void
パラメータ
context
CanvasRenderingContext2D
戻り値
void
insert()
insert(
object):void
パラメータ
object
T
戻り値
void
retrieve()
retrieve(
object):T[]
パラメータ
object
T
戻り値
T[]