MCPcopy 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

processPointMethod · 0.80
fillPointBufMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected