Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ reprogrow
Function
reprogrow
io/CopcReader.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
};
77
78
void reprogrow(BOX3D& b, SrsTransform& xform, double x, double y, double z)
79
{
80
xform.transform(x, y, z);
81
b.grow(x, y, z);
82
}
83
84
BOX3D reprojectBoundsViaCorner(BOX3D src, SrsTransform& xform)
85
{
Callers
2
reprojectBoundsViaCorner
Function · 0.70
reprojectBoundsBcbfToLonLat
Function · 0.70
Calls
2
transform
Method · 0.45
grow
Method · 0.45
Tested by
no test coverage detected