MeshLib C++ Docs
Loading...
Searching...
No Matches
MRConstants.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
MR
4
{
5
9
10
inline
constexpr
static
double
PI = 3.141592653589793238463;
11
inline
constexpr
static
double
PI2 = PI / 2.;
12
inline
constexpr
static
float
PI_F = 3.14159265358979f;
13
inline
constexpr
static
float
PI2_F = PI_F / 2.f;
14
16
17
}
// namespace MR
MR
MeshLib
source
MRMesh
MRConstants.h
Generated by
1.11.0