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

Method setOffset

io/LasHeader.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void LasHeader::setOffset(double x, double y, double z)
336{
337 (void)x;
338 (void)y;
339 (void)z;
340}
341
342double LasHeader::maxX() const
343{

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected