Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTree ¶
type RTree interface { Insert(min, max Point, ctx Context) Item Delete(obj Item) (Context, bool) DeleteWithID(id uint) (any, bool) SearchOverlap(min, max Point, cb func(Item) bool) SearchOverlapAndOnEdge(min, max Point, cb func(Item) bool) HasOverlap(min, max Point) bool HasOverlapAndOnEdge(min, max Point) bool Scan(cb func(Item) bool) }
Click to show internal directories.
Click to hide internal directories.