PointCloud.__add__#

PointCloud.__add__(other)[source]#

Overloaded the + operator to concatenate point clouds

Parameters:

other (PointCloud) – second point cloud

Returns:

concatenated point clouds

Return type:

PointCloud