spatial

command
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

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

Overview

spatial 示例:网格空间索引(附近的人)。

演示 pkg/spatial:Add/Move/Remove 实体,Nearby 范围查询、KNN 最近 N 个。 场景:LBS「附近的人」、MMO 兴趣区域(AOI)、大地图分区。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL