From 65d923a3294045b444d4665e72d24e230282e7bb Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Mon, 14 Nov 2022 12:36:28 -0700 Subject: [PATCH] Update docstring to note relative tolerance --- include/geom/intersection_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/geom/intersection_tools.h b/include/geom/intersection_tools.h index 3beaed511e3..f1ba2f110be 100644 --- a/include/geom/intersection_tools.h +++ b/include/geom/intersection_tools.h @@ -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] */