MCPcopy 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
44struct 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
59struct RotationMatrix

Callers 5

readMethod · 0.85
TESTFunction · 0.85
rotateFunction · 0.85
cartesianToCurvilinearFunction · 0.85
georeferenceWgs84Function · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68