From 51ba9cb2a6b0b9395a2912eadeb954c95e4c1d3c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 20 May 2018 23:37:11 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/math/constant.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libjin/math/constant.h (limited to 'src/libjin/math/constant.h') diff --git a/src/libjin/math/constant.h b/src/libjin/math/constant.h new file mode 100644 index 0000000..74acaea --- /dev/null +++ b/src/libjin/math/constant.h @@ -0,0 +1,6 @@ +#ifndef __JIN_MATH_CONSTANT_H +#define __JIN_MATH_CONSTANT_H + +#define PI 3.1415926f + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0