|
Blender V4.3
|
#include "BLI_array_utils.hh"#include "BLI_kdtree.h"#include "BLI_offset_indices.hh"#include "BLI_task.hh"#include "DNA_pointcloud_types.h"#include "BKE_attribute_math.hh"#include "BKE_pointcloud.hh"#include "GEO_point_merge_by_distance.hh"#include "GEO_randomize.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
Functions | |
| PointCloud * | blender::geometry::point_merge_by_distance (const PointCloud &src_points, const float merge_distance, const IndexMask &selection, const bke::AttributeFilter &attribute_filter) |