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

Method set_scale_intensity

LASlib/src/lasreader.cpp:3171–3173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3169}
3170
3171void LASreadOpener::set_scale_intensity(const F32 scale) {
3172 this->scale_intensity = scale;
3173}
3174
3175void LASreadOpener::set_translate_scan_angle(const F32 translation) {
3176 this->translate_scan_angle = translation;

Callers 2

mainFunction · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected