Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ LASoperationScaleY
Method
LASoperationScaleY
LASlib/src/lastransform.cpp:445–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
};
445
LASoperationScaleY(F64 scale)
446
{
447
this->scale = scale;
448
};
449
450
private:
451
F64 scale;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected