MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / multMatrix

Method multMatrix

apps/point_cloud_editor/src/cloud.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void
164Cloud::multMatrix (const float *matrix)
165{
166 ::multMatrix(cloud_matrix_, matrix, cloud_matrix_);
167}
168
169void
170Cloud::setSelectionRotation (const float* matrix)

Callers 1

updateMethod · 0.80

Calls 1

multMatrixFunction · 0.85

Tested by

no test coverage detected