MCPcopy 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
169void
170Cloud::setSelectionRotation (const float* matrix)
171{
172 std::copy(matrix, matrix+MATRIX_SIZE, select_matrix_);
173}
174
175void
176Cloud::setSelectionTranslation (float dx, float dy, float dz)

Callers 2

updateMethod · 0.80
endMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected