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

Method set_scale_scan_angle

LASlib/src/lasreader.cpp:3179–3181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3177}
3178
3179void LASreadOpener::set_scale_scan_angle(const F32 scale) {
3180 this->scale_scan_angle = scale;
3181}
3182
3183void LASreadOpener::add_attribute(
3184 I32 data_type, const CHAR* name, const CHAR* description, F64 scale, F64 offset, F64 pre_scale, F64 pre_offset, F64 no_data) {

Callers 2

mainFunction · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected