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.
我需要找到从曲线外的任何给定点到基数样条曲线的最短距离我可以有任何参考链接或任何方程可以帮助我吗?以下是我想要实现的参考链接
谢谢尼基尔
我不完全确定你想要什么。也许这会有所帮助。它将为您提供原始 (xi, y(xi)) 集合中基数样条的分析形式 f(x,y) = 0。您可以轻松找到点 p(x,y) 与研究 sqrt((px-fx)² + (py-fy)²) 的前两个导数的样条之间的最短距离。希望这可以帮助。