diff options
author | Fox Caminiti <fox@foxcam.net> | 2023-01-06 17:44:22 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2023-01-06 17:44:22 -0500 |
commit | 84d04d391bc4bf9481106d4f5ac4d3dd8f27ed87 (patch) | |
tree | ba91aaf8a4245b939b4d04aca66cd0c5bb5687c0 /src/include/my_math.h | |
parent | 1de48570b220acc1ca7063e2a9cda1e89178c0f9 (diff) |
round edges
Diffstat (limited to 'src/include/my_math.h')
-rw-r--r-- | src/include/my_math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/my_math.h b/src/include/my_math.h index 865f11c..72c6b99 100644 --- a/src/include/my_math.h +++ b/src/include/my_math.h @@ -1,4 +1,5 @@ #define PI 3.141592653589793238 +#define KAPPA 0.5522847493f union v2 { |