vRp.CD2g_test/utils/aoi/doc.go

8 lines
394 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package aoi 提供了一种有效的方法来处理 AOIArea of Interest问题。
//
// AOI 问题是在大规模多人在线游戏中常见的问题,它涉及到确定哪些对象对玩家来说是“感兴趣的”,
// 也就是说,哪些对象在玩家的视野范围内。
//
// 这个包提供了一种数据结构和一些方法来有效地解决这个问题。
package aoi