摘要: 在地图上某块区域,有数个怪物组成的 "哨兵小组",即不会移动, 但拥有警戒视野, 如图1.这5个哨兵是不会移动, 有站立点可确定一个最小外凸包围圈, 如图2;再产生最小矩形包围圈,如图3.typedef struct Position_t{ INT mapid; INT x; INT y;}Position_t, MapPieceBoundInfo_t;typedef UINT ElementType_t;typedef UINT GUID_t;class GamePlayer{public: BOOL IsMoving(); Position_t Ge... 阅读全文
posted @ 2013-08-11 14:46 Wilson-Loo 阅读(903) 评论(0) 推荐(0) 编辑