struct cogs::PointCloud::CopyCommand
Overview
A command for copying points. More…
#include <PointCloud.h> struct CopyCommand { // fields uint32_t source; uint32_t target; uint32_t length; };
Detailed Documentation
A command for copying points.
Fields
uint32_t source
Index of the first point that should be copied.
uint32_t target
Index of the first point that should be replaced.
uint32_t length
Number of sequential points to copy.