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

Method Attitude

plugins/trajectory/filters/PulseCollection.cpp:477–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477Eigen::Vector2d PulseCollection::Attitude(double t, Eigen::Vector2d& v) const
478{
479 Eigen::Vector2d p = radiansToDegrees(attitude.position(t - m_timeOrigin, v));
480 v = radiansToDegrees(v);
481 return p;
482}
483
484} // namespace trajectory
485} // namespace pdal

Callers 1

runAlgorithmMethod · 0.80

Calls 2

radiansToDegreesFunction · 0.85
positionMethod · 0.45

Tested by

no test coverage detected