📄 ibgg3.c
字号:
/* last edit: Ilja Schmelzer -------------- 24-MAR-1995 19:53:26.67 */
/************************************************************************/
/* */
/* <<< I B G >>> - Intersection - Based Grid generation package */
/* */
/* Version 1.1 by Ilja Schmelzer schmelzer@iaas-berlin.d400.de */
/* */
/* to be distributed under IBG license conditions (see "readme.ibg") */
/* */
/************************************************************************/
#include "ibgi.h"
#include "ibgg0.h"
#include "ibgd0.h"
#include "ibgg.h"
#include "ibgdefault.h"
#include "ibglib.h"
int ibgg3New(ibGrid0 *g0)
{
ibgmessage(ibgMEDemo);
return ibgError;
}
int ibggDelaunay3(ibGrid *g, ibgPoints *list)
{
ibgmessage(ibgMEDemo);
return ibgError;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -