From e4483eca01b48b943cd0461e24a74ae1a3139ed4 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 12 Feb 2025 21:57:46 +1100 Subject: Update to most recent version (old initial commit) --- src/shared/math/math.hh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/shared/math/math.hh (limited to 'src/shared/math/math.hh') diff --git a/src/shared/math/math.hh b/src/shared/math/math.hh new file mode 100644 index 0000000..9eef88c --- /dev/null +++ b/src/shared/math/math.hh @@ -0,0 +1,22 @@ +#ifndef SHARED_MATH_MATH_HH_ +#define SHARED_MATH_MATH_HH_ + +#include +#include + +#include +#include +#include + +#include "shared/math/angles.hh" +#include "shared/math/coords.hh" + +namespace shared { +namespace math { + +// Convenience include, might include others later too. + +} // namespace math +} // namespace shared + +#endif -- cgit v1.2.3