📄 mathutil.hpp
字号:
// $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -