Files
test/intern/cycles/util/math.h
Weizhen Huang ea45c776fd Cycles: introduce dual types
to replace some uses of dfdx/dfdy/differentials.
No functional change expected.

Pull Request: https://projects.blender.org/blender/blender/pulls/143178
2025-07-28 17:34:24 +02:00

25 lines
745 B
C

/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#pragma once
#include "util/types.h" // IWYU pragma: export
#include "util/math_base.h" // IWYU pragma: export
#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
#include "util/math_float2.h" // IWYU pragma: export
#include "util/math_float4.h" // IWYU pragma: export
#include "util/math_float8.h" // IWYU pragma: export
#include "util/math_float3.h" // IWYU pragma: export
#include "util/math_dual.h" // IWYU pragma: export
#include "util/rect.h" // IWYU pragma: export