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