summaryrefslogtreecommitdiffstats
path: root/core/angles.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/angles.hh')
-rw-r--r--core/angles.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/angles.hh b/core/angles.hh
index 98dc086..a2a3d55 100644
--- a/core/angles.hh
+++ b/core/angles.hh
@@ -4,8 +4,8 @@
#include "core/constexpr.hh"
-constexpr float A180 = cxpr::radians(180.0f);
-constexpr float A360 = cxpr::radians(360.0f);
+constexpr float A180 = vx::radians(180.0f);
+constexpr float A360 = vx::radians(360.0f);
namespace cxangles
{