📄 sfcurves_internal.h
字号:
#ifndef __sfcurves_internal_h__#define __sfcurves_internal_h__#include "sfcurves.h" #ifdef __cplusplusextern "C" {#endif#define MIN(a,b) ((a)<(b)?(a):(b))#define MAX(a,b) ((a)>(b)?(a):(b))struct m_str { double x; double y; double z; unsigned int index[3]; int table;};/*--------------------- Prototypes ---------------------------*/void hsfc3d(unsigned coord[], unsigned * nkey, unsigned key[]); void interleave(double x, double y, double z, double deg, unsigned int index[3]);int cmp_indx(const void *a, const void *b); #ifdef __cplusplus}#endif#endif /* #define __sfcurves_internal_h__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -