Blender V5.0
radial_tiling_shared.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
8
9#include "BLI_math_base.h"
10#include "BLI_math_base.hh"
11#include "BLI_math_vector.hh"
12#include "BLI_radial_tiling.hh" /* Own include (forward declare). */
13
14namespace blender {
15
16/* Define macro flags for code adaption. */
17#define ADAPT_TO_GEOMETRY_NODES
19/* The rounded polygon calculation functions are defined in radial_tiling_shared.hh. */
22/* Undefine macro flags used for code adaption. */
23#undef ADAPT_TO_GEOMETRY_NODES
25} // namespace blender