Function larflow::reco::pointRayProjection3f

Function Documentation

float larflow::reco::pointRayProjection3f(const std::vector<float> &start, const std::vector<float> &dir, const std::vector<float> &testpt)

float version of pointRayProjection()

for use in python

Return
projected distance
Parameters
  • start: 3D start point of ray
  • dir: 3D direction of ray (doesn’t need to be unit normalized)
  • testpt: Test point