Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ LASpoint
Function
LASpoint
LASzip/src/laspoint.hpp:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
// copy functions
177
178
LASpoint(const LASpoint& other) {
179
*this = other;
180
}
181
182
LASpoint& operator=(const LASpoint& other) {
183
X = other.X;
Callers
nothing calls this directly
Calls
1
clean
Function · 0.70
Tested by
no test coverage detected