MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASoperationScaleZ

Method LASoperationScaleZ

LASlib/src/lastransform.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493 };
494 LASoperationScaleZ(F64 scale)
495 {
496 this->scale = scale;
497 };
498
499 private:
500 F64 scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected