We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31deb2d commit 582e868Copy full SHA for 582e868
src/cupoch/geometry/pointcloud.cu
@@ -132,7 +132,8 @@ PointCloud::PointCloud(const PointCloud &other)
132
: GeometryBase3D(Geometry::GeometryType::PointCloud),
133
points_(other.points_),
134
normals_(other.normals_),
135
- colors_(other.colors_) {}
+ colors_(other.colors_),
136
+ covariances_(other.covariances_) {}
137
138
PointCloud::~PointCloud() {}
139
0 commit comments