Skip to content

Commit b7a8157

Browse files
committed
Readded relevant description
1 parent 28456a1 commit b7a8157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/geometry/onSegment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Date: 2019-04-26
44
* License: CC0
55
* 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.
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>.
77
* Status:
88
*/
99
#pragma once

0 commit comments

Comments
 (0)