📄 sgl.h
字号:
//
// Main Header file for the Standard Graphics Library
//
// $Id: sgl.h,v 1.1.1.1 2001/02/28 00:28:38 cstolte Exp $
//
#ifndef SGL_H
#define SGL_H
#include <sgl/mathfunc.h>
#include <sgl/vecmath2.h>
#include <sgl/vecmath3.h>
#include <sgl/hmg.h>
#include <sgl/transform2.h>
#include <sgl/transform3.h>
#include <sgl/rgb.h>
#include <sgl/color.h>
#include <sgl/random.h>
#include <sgl/interval.h>
#include <sgl/noise.h>
#include <sgl/wnoise.h>
#include <sgl/args2.h>
#include <sgl/plane.h>
#endif /* SGL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -