This commit is contained in:
knight0zh
2022-08-16 16:53:26 +08:00
parent 41f16ef6e9
commit 59e6f5d6c1
4 changed files with 10 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ const (
rightDown
maxCap = 500 // 节点最大容量
maxDeep = 5 // 节点最大深度
radius = 20 // 视野半径
maxDeep = 3 // 节点最大深度
radius = 16 // 视野半径
)
type QuadOption func(*QuadTree)