⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rebuild.h

📁 source code to compute the visibility polygon of a point in a polygon.
💻 H
字号:
/* rebuild.h  * Brian O'Connor * * Functions to build a new environment given the original one. * The new environment will be the old environment minus the area  * that the original pursuer was able to search in that environment. */#ifndef REBUILD_H#define REBUILD_Hclass PInfo;class WorldInfo;int RebuildInput(PInfo *pinfo, WorldInfo *wInfo);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -