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

Method LASkdtreePoint

LASlib/src/laskdtree.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82LASkdtreePoint::LASkdtreePoint(F64 x, F64 y)
83{
84 pos[0] = x;
85 pos[1] = y;
86}
87
88LASkdtreePoint::LASkdtreePoint()
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected