MCPcopy Create free account
hub / github.com/PDAL/PDAL / createIdentityMatrix

Function createIdentityMatrix

pdal/util/Georeference.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80inline RotationMatrix createIdentityMatrix()
81{
82 return RotationMatrix(1, 0, 0, 0, 1, 0, 0, 0, 1);
83}
84
85// Returns Latitude, Longitude, Height triplet with angles in radians
86PDAL_EXPORT Xyz georeferenceWgs84(double range, double scanAngle,

Callers 2

OptechReaderMethod · 0.85
TESTFunction · 0.85

Calls 1

RotationMatrixClass · 0.85

Tested by 1

TESTFunction · 0.68