2023-06-14 16:52:36 +10:00
|
|
|
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0 */
|
2011-04-27 11:58:34 +00:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#pragma once
|
2011-04-27 11:58:34 +00:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/types.h" // IWYU pragma: export
|
2024-11-12 12:06:09 +01:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/math_base.h" // IWYU pragma: export
|
2024-12-04 23:35:23 +01:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/math_int2.h" // IWYU pragma: export
|
|
|
|
|
#include "util/math_int3.h" // IWYU pragma: export
|
|
|
|
|
#include "util/math_int4.h" // IWYU pragma: export
|
|
|
|
|
#include "util/math_int8.h" // IWYU pragma: export
|
2024-11-12 12:06:09 +01:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/math_float2.h" // IWYU pragma: export
|
|
|
|
|
#include "util/math_float4.h" // IWYU pragma: export
|
|
|
|
|
#include "util/math_float8.h" // IWYU pragma: export
|
2024-11-12 12:06:09 +01:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/math_float3.h" // IWYU pragma: export
|
2011-04-27 11:58:34 +00:00
|
|
|
|
2024-12-26 17:53:56 +01:00
|
|
|
#include "util/rect.h" // IWYU pragma: export
|