command
Version:
v0.9.2
Opens a new window with list of versions in this module.
Published: Aug 28, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
spatial —— 空间 AOI
演示 pkg/game/spatial 的网格空间索引:Nearby 范围查询与 KNN 最近 N 个实体。
运行
go run ./examples/spatial
说明
spatial.New[string](cellSize) 创建索引;cellSize 建议设为典型查询半径量级(示例 100 米)。
Add / Move / Remove 维护实体坐标;Nearby(x, y, radius, exclude) 返回范围内实体(按距离排序)。
KNN 查找最近 N 个,可设最大搜索半径避免全图扫描。
- 典型场景:LBS「附近的人」、MMO 兴趣区域(AOI)、大地图分区。
Documentation
¶
spatial 示例:网格空间索引(附近的人)。
演示 pkg/spatial:Add/Move/Remove 实体,Nearby 范围查询、KNN 最近 N 个。
场景:LBS「附近的人」、MMO 兴趣区域(AOI)、大地图分区。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.