mathutil.hpp

来自「这是个人脸识别程序」· HPP 代码 · 共 12 行

HPP
12
字号
// $mat\mathutil.hpp 1.5 milbo$ mathutil.h// Warning: this is raw research code -- expect it to be quite messy.#if !defined(mathutil_hpp)#define mathutil_hppbool fIeeeNormal(double x);bool fFloatsAlmostEqual(float A, float B, int maxUlps);Vec GetBisector(const Vec &Prev, const Vec &This, const Vec &Next, double OffsetAngle=0);	// in#endif // mathutil_hpp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?