Add a file with math constants

This commit is contained in:
Nikita Lisitsa 2020-08-30 08:47:02 +03:00
parent 4d6f5d6f85
commit ebe8ecfe55

View file

@ -0,0 +1,8 @@
#pragma once
namespace psemek::geom
{
constexpr float pi = 3.141592653589793f;
}