mirror of
https://github.com/knight0zh/aoi.git
synced 2026-03-05 21:57:30 +08:00
bench
This commit is contained in:
@@ -9,8 +9,8 @@ const (
|
||||
rightDown
|
||||
|
||||
maxCap = 500 // 节点最大容量
|
||||
maxDeep = 5 // 节点最大深度
|
||||
radius = 20 // 视野半径
|
||||
maxDeep = 3 // 节点最大深度
|
||||
radius = 16 // 视野半径
|
||||
)
|
||||
|
||||
type QuadOption func(*QuadTree)
|
||||
|
||||
Reference in New Issue
Block a user