Skip to content
Snippets Groups Projects
Commit 180805f5 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Move math functions into namespace simox::math

parent 8b14e911
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#include <boost/math/constants/constants.hpp>
namespace simox
namespace simox::math
{
template<class FloatT>
FloatT deg2rad(FloatT rad)
......
......@@ -2,7 +2,7 @@
#include <boost/math/constants/constants.hpp>
namespace simox
namespace simox::math
{
template<class FloatT>
FloatT rad2deg(FloatT rad)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment