Search
CommonUtils.lineIntersectVertical Method
See Also
 






Finds the y coordinate of the intersection point of the vertical line at x and the line defined by points pA and pB. If the lines do not intersect, result is undefined.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static double lineIntersectVertical (
    double x,
    Point2D pA,
    Point2D pB
)

 Parameters

x

pA

pB

 Return Value

The intersection point y coordinate.

 See Also