Function SimOneAPI::GetNextJunction

Function Documentation

void SimOneAPI::GetNextJunction(const SSD::SimPoint3D &inputPt, SSD::SimString &junctionName)

获取下一个路口

Get the next junction.

此函数用于检索离当前点距离最近的路口

This function is used to retrieve the distance from the current point to the nearest junction.

参数:
  • inputPt -- [in]

    当前点的坐标

    The coordinates of the current point.

  • junctionName -- [out]

    路口的名称

    The name of the junction.