Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Xyz
Class
Xyz
pdal/util/Georeference.hpp:44–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
{
43
44
struct Xyz
45
{
46
Xyz(double x, double y, double z)
47
: X(x)
48
, Y(y)
49
, Z(z)
50
{
51
}
52
53
double X;
54
double Y;
55
double Z;
56
};
57
58
59
struct RotationMatrix
Callers
5
read
Method · 0.85
TEST
Function · 0.85
rotate
Function · 0.85
cartesianToCurvilinear
Function · 0.85
georeferenceWgs84
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68