Checks if the specified Point2D is inside the segment defined by the specified two Point2D instances.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static boolean pointInSegment ( |
The Point2D to check.
The Point2D that marks the begin of the segment.
The Point2D that marks the end of the segment.
true if the point is inside the segment; otherwise false.
See Also