Blender  V3.3
GEO_point_merge_by_distance.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include "BLI_index_mask.hh"
4 
5 #pragma once
6 
7 struct PointCloud;
9 
14 namespace blender::geometry {
15 
21  const float merge_distance,
22  const IndexMask selection);
23 
24 } // namespace blender::geometry
PointCloud * point_merge_by_distance(const PointCloud &src_points, const float merge_distance, const IndexMask selection)