Checks if the line between the first two points intersects with the line between the last two points.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public static boolean intersect ( |
The first point of the first line.
The second point of the first line.
The first point of the second line.
The second point of the second line.
false if the lines are parallel; otherwise true.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |