sgl.h
来自「一个用MATLAB语言编写的摄像机标定工具箱,内容丰富」· C头文件 代码 · 共 26 行
H
26 行
//
// 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 + =
减小字号Ctrl + -
显示快捷键?