Blender V5.0
sort.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2009-2010 NVIDIA Corporation
2 * SPDX-FileCopyrightText: 2011-2022 Blender Foundation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Adapted code from NVIDIA Corporation. */
7
8#pragma once
9
11
12class BVHReference;
13class BVHUnaligned;
14struct Transform;
15
16void bvh_reference_sort(const int start,
17 const int end,
19 const int dim,
20 const BVHUnaligned *unaligned_heuristic = nullptr,
21 const Transform *aligned_space = nullptr);
22
BMesh const char void * data
#define CCL_NAMESPACE_END
void bvh_reference_sort(const int start, const int end, BVHReference *data, const int dim, const BVHUnaligned *unaligned_heuristic=nullptr, const Transform *aligned_space=nullptr)
Definition sort.cpp:167