Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定一条从A (10, 100) 到B (300, 300)的线段;
然后点A' (10, 200) 其中A'具有相同的 x,但不同 y,作为A,我如何找到来自A'的线在D处与线AB相交的点,以便A,A ' , 和D形成一个直角三角形?
获取直线的方程式并代入已有的 y。