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

Method Trajectory

plugins/trajectory/filters/PulseCollection.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471Eigen::Vector3d
472PulseCollection::Trajectory(double t, Eigen::Vector3d& v, Eigen::Vector3d& a) const
473{
474 return traj.position(t - m_timeOrigin, v, a) + m_rOrigin;
475}
476
477Eigen::Vector2d PulseCollection::Attitude(double t, Eigen::Vector2d& v) const
478{

Callers

nothing calls this directly

Calls 1

positionMethod · 0.45

Tested by

no test coverage detected