Math.h 372 B

12345678910111213141516
  1. // Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #ifndef ANKI_MATH_H
  6. #define ANKI_MATH_H
  7. #include "anki/math/CommonIncludes.h"
  8. #include "anki/math/CommonSrc.h"
  9. #include "anki/math/Functions.h"
  10. /// @defgroup math Math library
  11. /// @ingroup anki_public
  12. #endif