diff --git a/javadoc/META-INF/MANIFEST.MF b/javadoc/META-INF/MANIFEST.MF deleted file mode 100644 index 07fabe1411d1726a8766f5b6419426f883c81fdf..0000000000000000000000000000000000000000 --- a/javadoc/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Built-By: jgarnett -Created-By: Apache Maven 3.6.0 -Build-Jdk: 1.8.0_192-ea - diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index 1ee252f77aa2239e51e2468e5f3053fe3abd7de3..1b3392fa9dc278ec76deebaedd0c2598eac04998 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,10 +2,10 @@
- + -public class Intersection +extends Object+
Constructor and Description | +
---|
Intersection() |
+
Modifier and Type | +Method and Description | +
---|---|
static Coordinate |
+intersection(Coordinate p1,
+ Coordinate p2,
+ Coordinate q1,
+ Coordinate q2)
+Computes the intersection point of two lines.
+ |
+
public static Coordinate intersection(Coordinate p1, + Coordinate p2, + Coordinate q1, + Coordinate q2)+
null
is returned.
+ + In general it is not possible to accurately compute + the intersection point of two lines, due to + numerical roundoff. + This is particularly true when the input lines are nearly parallel. + This routine uses numerical conditioning on the input values + to ensure that the computed value should be very close to the correct value.
p1
- an endpoint of line 1p2
- an endpoint of line 1q1
- an endpoint of line 2q2
- an endpoint of line 2CGAlgorithmsDD.intersection(Coordinate, Coordinate, Coordinate, Coordinate)
Copyright © 2020. All rights reserved.
+ +