Loading src/tools/liang_barsky.h +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ namespace allpix { * direction from the given position. * */ inline std::optional<ROOT::Math::XYZPoint> LiangBarsky(const ROOT::Math::XYZVector& direction, inline std::optional<ROOT::Math::XYZPoint> LiangBarskyClosestIntersection(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 @@ -35,7 +35,7 @@ namespace allpix { * direction from the given position. * */ inline std::optional<ROOT::Math::XYZPoint> LiangBarsky(const ROOT::Math::XYZVector& direction, inline std::optional<ROOT::Math::XYZPoint> LiangBarskyClosestIntersection(const ROOT::Math::XYZVector& direction, const ROOT::Math::XYZPoint& position, const ROOT::Math::XYZVector& box) { Loading