Add a file with math constants
This commit is contained in:
parent
4d6f5d6f85
commit
ebe8ecfe55
1 changed files with 8 additions and 0 deletions
8
libs/geom/include/psemek/geom/constants.hpp
Normal file
8
libs/geom/include/psemek/geom/constants.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace psemek::geom
|
||||||
|
{
|
||||||
|
|
||||||
|
constexpr float pi = 3.141592653589793f;
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue