求出经过点p1和p2的直线上的点 @param p1 端点1 @param p2 端点2 @param x, 经过两点的直线,待求点的x坐标 @return x对应的y坐标
(Point2D.Double p1, Point2D.Double p2, double x)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected