Math.h 437 B

1234567891011121314151617
  1. // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. #include <AnKi/Math/Vec.h>
  7. #include <AnKi/Math/Mat.h>
  8. #include <AnKi/Math/Quat.h>
  9. #include <AnKi/Math/Euler.h>
  10. #include <AnKi/Math/Axisang.h>
  11. #include <AnKi/Math/Transform.h>
  12. #include <AnKi/Math/Functions.h>
  13. /// @defgroup math Math library