You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/geometry/onSegment.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
/**
2
-
* Author: Ulf Lundstrom
3
-
* Date: 2009-04-09
2
+
* Author: Victor Lecomte, chilli
3
+
* Date: 2019-04-26
4
4
* License: CC0
5
-
* Source: Basic geometry
6
-
* Description: Returns true iff p lies on the line segment from s to e. Intended for use with e.g. Point<long long> where overflow is an issue. Use (segDist(s,e,p)<=epsilon) instead when using Point<double>.
5
+
* Source: https://vlecomte.github.io/cp-geo.pdf
6
+
* Description: Returns true iff p lies on the line segment from s to e. Intended for use with e.g. Point<long long> where overflow is an issue.
0 commit comments