MCPcopy Create free account
hub / github.com/PDAL/PDAL / rescale

Method rescale

plugins/e57/io/Scan.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231double Scan::rescale(pdal::Dimension::Id dim, double value)
232{
233 return m_rescaleFactors[(int)dim] * value;
234}
235
236StructureNode Scan::getPointPrototype()
237{

Callers 1

fillPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected