Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ LocalCartesian
Method
LocalCartesian
filters/private/georeference/LocalCartesian.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
{
43
44
LocalCartesian::LocalCartesian(const double lat0, const double lon0,
45
const double h0)
46
: m_ctx(proj_context_create()), m_ecef2enu(nullptr)
47
{
48
reset(lat0, lon0, h0);
49
}
50
51
LocalCartesian::~LocalCartesian()
52
{
Callers
nothing calls this directly
Calls
1
reset
Function · 0.85
Tested by
no test coverage detected