Sparkle 0.0.1
Loading...
Searching...
No Matches
spk_constants.hpp
1#pragma once
2
3#include <cmath>
4
5namespace spk
6{
7 namespace Math
8 {
9 namespace Constants
10 {
14 extern const float pointPrecision;
18 extern const float angularPrecision;
19 }
20 }
21}