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

Method FirstLastError

plugins/trajectory/filters/Pulse.hpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67{
68public:
69 FirstLastError(const Pulse& p, double t)
70 : _t(t) // fractional time in block
71 , _r(p.r)
72 , _M(PerpProjector(p.n, p.d))
73 {}
74
75private:
76 double _t;

Callers

nothing calls this directly

Calls 1

PerpProjectorFunction · 0.85

Tested by

no test coverage detected