|
Blender V5.0
|
#include "BLI_array.hh"#include "BLI_array_utils.hh"#include "BLI_math_matrix.h"#include "BLI_span.hh"#include "DNA_pointcloud_types.h"#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_geometry_set.hh"#include "ED_curves.hh"#include "MEM_guardedalloc.h"#include "transform.hh"#include "transform_convert.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::transform::pointcloud::PointCloudTransformData |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
| namespace | blender::ed::transform::pointcloud |
Functions | |
| static PointCloudTransformData * | blender::ed::transform::pointcloud::create_transform_custom_data (TransCustomData &custom_data) |
| static void | blender::ed::transform::pointcloud::createTransPointCloudVerts (bContext *, TransInfo *t) |
| static void | blender::ed::transform::pointcloud::recalcData_pointcloud (TransInfo *t) |