We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e0f6d commit 101aba1Copy full SHA for 101aba1
src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/GeometryUtils.java
@@ -21,6 +21,8 @@ private GeometryUtils() {
21
}
22
23
/**
24
+ * Direction of a point relative to a line
25
+ *
26
* @param line a pair of two points A and B, representing a line from A to B
27
* @param point the point for which the direction relative to {@code line} is returned
28
* @return a positive value when {@code point} is to the right of the line from A to B (looking in that direction).
0 commit comments