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