.. _program_listing_file_src_LouLib_Math_Math.hpp: Program Listing for File Math.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``src/LouLib/Math/Math.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef LOULIB_MATH_HPP #define LOULIB_MATH_HPP namespace LouLib::Math{} #include "MathConstants.hpp" #include "MathFunctions.hpp" #include "Matrix.hpp" #include "Vector.hpp" #include "Pose2D.hpp" #include "Point2D.hpp" #endif //LOULIB_MATH_HPP