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

Method setTransform

visualization/src/pcl_painter2D.cpp:241–245  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

239
240//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
241void
242pcl::visualization::PCLPainter2D::setTransform(vtkMatrix3x3 *matrix)
243{
244 current_transform_->SetMatrix(matrix);
245}
246
247//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
248vtkMatrix3x3 *

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36