Function larflow::reco::pointRayProjection3f¶
- Defined in File geofuncs.cxx
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 raydir
: 3D direction of ray (doesn’t need to be unit normalized)testpt
: Test point