我怎样才能在 anylogic 中获得从直线到吸引子的最短距离?
How I can get the shortest distance from a line to an attractor in anylogic?
我想获得从一条线到 Anylogic 中的一个 attractor/point 节点的最短距离。在所有可用的参考资料中,我找到了计算点到点距离的函数。在 Anylogic 中是否有任何 function/suggested 方法来计算线到点的距离? (如果我的问题不够清楚,请告诉我)
最好使用“Space 标记”库中的 Path
元素,而不是 Line
。
这样您就可以调用 getNearestPoint
,如下所示:
我想获得从一条线到 Anylogic 中的一个 attractor/point 节点的最短距离。在所有可用的参考资料中,我找到了计算点到点距离的函数。在 Anylogic 中是否有任何 function/suggested 方法来计算线到点的距离? (如果我的问题不够清楚,请告诉我)
最好使用“Space 标记”库中的 Path
元素,而不是 Line
。
这样您就可以调用 getNearestPoint
,如下所示: