📄 readme
字号:
CDT - an incremental Constrained Delaunay Triangulation program.You should have the following files:README - this fileLICENSE - GNU General Public LicenseMakefile - makefilecommon.h - general typedefs and macrosgeom2d.h - classes for 2D geometry (points and lines)dllist.h - (doubly-)linked listsquadedge.h - classes for the QuadEdge data structurequadedge.C - routines for the QuadEdge data structure and for CDTdraw.C - drawing routines (OpenGL, IrisGL, PostScript)cdt.h - a C language front-end to the CDT routinescdt.C - implementation of the front-endopenglCDT.C - a simple test program using OpenGL and GLUTirisglCDT.c - a simpler program using IrisGL and the C front-endThis program was tested on an IBM RS6000 POWERstation and on severalSGI platforms, using the GNU gcc/g++ compiler. Hopefully, it shouldcompile and run on any platform with gcc/g++ and OpenGL or IrisGL.For the OpenGL version, it is also necessary to have Mark Kilgard'sOpenGL Utility Toolkit (GLUT) installed. This toolkit is freelyavailable on the WWW http://www.sgi.com/Technology/openGL/glut.htmlor via anonymous ftp from sgigate.sgi.com:/pub/opengl/xjournal/GLUT/You will also need to edit the makefile and assign the variablesGLUTINC and GLUTLIB values appropriate for your platform.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -