Loading src/tools/liang_barsky.h +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ namespace allpix { * @throws std::invalid_argument if no intersection of track segment with the box volume can be found in positive * direction from the given position. */ ROOT::Math::XYZPoint LiangBarsky(const ROOT::Math::XYZVector& direction, inline ROOT::Math::XYZPoint LiangBarsky(const ROOT::Math::XYZVector& direction, const ROOT::Math::XYZPoint& position, const ROOT::Math::XYZVector& box) { Loading Loading
src/tools/liang_barsky.h +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ namespace allpix { * @throws std::invalid_argument if no intersection of track segment with the box volume can be found in positive * direction from the given position. */ ROOT::Math::XYZPoint LiangBarsky(const ROOT::Math::XYZVector& direction, inline ROOT::Math::XYZPoint LiangBarsky(const ROOT::Math::XYZVector& direction, const ROOT::Math::XYZPoint& position, const ROOT::Math::XYZVector& box) { Loading