| 1234567891011121314151617 |
- // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #pragma once
- #include <AnKi/Math/Vec.h>
- #include <AnKi/Math/Mat.h>
- #include <AnKi/Math/Quat.h>
- #include <AnKi/Math/Euler.h>
- #include <AnKi/Math/Axisang.h>
- #include <AnKi/Math/Transform.h>
- #include <AnKi/Math/Functions.h>
- /// @defgroup math Math library
|