Skip to content

Commit

Permalink
Update docstring to note relative tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Nov 14, 2022
1 parent e7276af commit 65d923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/geom/intersection_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ enum WithinSegmentResult : int {
* @param s1 The first point on the segment
* @param s2 The second point on the segment
* @param p The point
* @param tol The tolerance to use
* @param tol The relative tolerance to use
* @return Enum denoting whether or not the point is not within, at s1,
* at s2, or between [s1, s2]
*/
Expand Down

0 comments on commit 65d923a

Please sign in to comment.