Blender V5.0
util/math.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/types.h" // IWYU pragma: export
8
9#include "util/math_base.h" // IWYU pragma: export
10
11#include "util/math_int2.h" // IWYU pragma: export
12#include "util/math_int3.h" // IWYU pragma: export
13#include "util/math_int4.h" // IWYU pragma: export
14#include "util/math_int8.h" // IWYU pragma: export
15
16#include "util/math_float2.h" // IWYU pragma: export
17#include "util/math_float4.h" // IWYU pragma: export
18#include "util/math_float8.h" // IWYU pragma: export
19
20#include "util/math_float3.h" // IWYU pragma: export
21
22#include "util/math_dual.h" // IWYU pragma: export
23
24#include "util/rect.h" // IWYU pragma: export