Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ x
Method
x
filters/private/Point.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
100
double Point::x() const
101
{
102
return static_cast<OGRPoint *>(m_geom.get())->getX();
103
}
104
105
106
double Point::y() const
Callers
13
TEST
Function · 0.45
run
Method · 0.45
icp
Method · 0.45
crop
Method · 0.45
processOne
Method · 0.45
processOne
Method · 0.45
compute
Method · 0.45
circumradius
Function · 0.45
Delaunator
Method · 0.45
hash_key
Method · 0.45
teaser
Method · 0.45
CollectTriangles
Class · 0.45
Calls
1
get
Method · 0.45
Tested by
1
TEST
Function · 0.36