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

Method LASkdtreeRectangle

LASlib/src/laskdtree.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46LASkdtreeRectangle::LASkdtreeRectangle(F64 min_x, F64 min_y, F64 max_x, F64 max_y, U32 index)
47{
48 min[0] = min_x;
49 min[1] = min_y;
50 max[0] = max_x;
51 max[1] = max_y;
52 idx = index;
53}
54
55LASkdtreeRectangle::LASkdtreeRectangle(F64 min_x, F64 min_y, F64 max_x, F64 max_y)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected