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

Method LASoperationScaleX

LASlib/src/lastransform.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399 };
400 LASoperationScaleX(F64 scale)
401 {
402 this->scale = scale;
403 };
404
405 private:
406 F64 scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected