port to MSYS2/clang
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
namespace MeshCore {
|
||||
|
||||
template<> const float Math<float> ::PI = (float)(4.0*atan(1.0));
|
||||
template<> const double Math<double>::PI = 4.0*atan(1.0);
|
||||
template<> MeshExport const float Math<float> ::PI = (float)(4.0*atan(1.0));
|
||||
template<> MeshExport const double Math<double>::PI = 4.0*atan(1.0);
|
||||
|
||||
float MeshDefinitions::_fMinPointDistance = float(MESH_MIN_PT_DIST);
|
||||
float MeshDefinitions::_fMinPointDistanceP2 = _fMinPointDistance * _fMinPointDistance;
|
||||
|
||||
Reference in New Issue
Block a user