📄 issimplepoly.h
字号:
/****************************************************************************** * * File: issimplepoly.h * * Created: 24/02/2003 * * Author: Pavel Sakov * CSIRO Marine Research * * Description: Testing a polygon on self-intersections by using Shamos-Hoey * ("sweep-line") algorithm. * *****************************************************************************/#if !defined(_ISSIMPLEPOLY_H)#define _ISSIMPLEPOLY_Hint issimplepolygon(int n, double x[], double y[]);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -