box.h
来自「Graphics Gems 源码 a collection of algorit」· C头文件 代码 · 共 14 行
H
14 行
/* * file box.h * a short include file is better then no include file */typedef struct { /* guess what this is */ long _lowx; long _lowy; long _highx; long _highy;} BOX;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?