Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
void
164
Cloud::multMatrix (const float *matrix)
165
{
166
::multMatrix(cloud_matrix_, matrix, cloud_matrix_);
167
}
168
169
void
170
Cloud::setSelectionRotation (const float* matrix)
Callers
1
update
Method · 0.80
Calls
1
multMatrix
Function · 0.85
Tested by
no test coverage detected