Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ fromScaled
Method
fromScaled
pdal/pdal_types.hpp:192–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
{ return (val - m_offset.m_val) / m_scale.m_val; }
191
192
double fromScaled(double val) const
193
{ return (val * m_scale.m_val) + m_offset.m_val; }
194
195
bool nonstandard() const
196
{
Callers
3
processPoint
Method · 0.80
fillPointBuf
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected