Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
68
public:
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
75
private:
76
double _t;
Callers
nothing calls this directly
Calls
1
PerpProjector
Function · 0.85
Tested by
no test coverage detected