Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
double Scan::rescale(pdal::Dimension::Id dim, double value)
232
{
233
return m_rescaleFactors[(int)dim] * value;
234
}
235
236
StructureNode Scan::getPointPrototype()
237
{
Callers
1
fillPoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected