DroidDiagram Programmer's Guide
Utilities.lineIntersectHorizontal Method
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static double lineIntersectHorizontal (
    double y,
    PointF pA,
    PointF pB
)

 Parameters

y

pA

pB

 Return Value

The intersection point x coordinate.

 See Also

Utilities Members
Utilities Class
com.mindfusion.diagramming Namespace