Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ set_translate_scan_angle
Method
set_translate_scan_angle
LASlib/src/lasreader.cpp:3175–3177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3173
}
3174
3175
void LASreadOpener::set_translate_scan_angle(const F32 translation) {
3176
this->translate_scan_angle = translation;
3177
}
3178
3179
void LASreadOpener::set_scale_scan_angle(const F32 scale) {
3180
this->scale_scan_angle = scale;
Callers
1
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected