载入中...
搜索中...
未找到
Math.cpp 文件参考
#include "math/Math.h"
#include "math/Vec2.h"
#include "math/Vec3.h"
#include "math/Mat4.h"
#include "common/Exception.h"
#include <simplesquirrel/simplesquirrel.hpp>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/noise.hpp>
#include <algorithm>
#include <chrono>
#include <cmath>
#include <cstdint>
#include <string>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::math
 

宏定义

#define M_PI   3.14159265358979323846
 

函数

 eve::math::Module_IMPL (Math, new Math())
 

宏定义说明

◆ M_PI

#define M_PI   3.14159265358979323846

在文件 Math.cpp21 行定义.