Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ setSelectionRotation
Method
setSelectionRotation
apps/point_cloud_editor/src/cloud.cpp:169–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void
170
Cloud::setSelectionRotation (const float* matrix)
171
{
172
std::copy(matrix, matrix+MATRIX_SIZE, select_matrix_);
173
}
174
175
void
176
Cloud::setSelectionTranslation (float dx, float dy, float dz)
Callers
2
update
Method · 0.80
end
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected