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

Method transform

pdal/private/SrsTransform.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152bool SrsTransform::transform(double& x, double& y, double& z) const
153{
154 return m_transform && m_transform->Transform(1, &x, &y, &z);
155}
156
157
158bool SrsTransform::transform(std::vector<double>& x, std::vector<double>& y,

Callers 3

reprojectFunction · 0.45
reprojectBoundsFunction · 0.45
getPolygonsFunction · 0.45

Calls 3

TransformMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected