lineSlice
描述
¥Description
获取一个 line、一个起始点 点 和一个终止点,并返回这些点之间的一段线。起点和终点不必恰好位于直线上。
¥Takes a line, a start Point, and a stop point and returns a subsection of the line in-between those points. The start & stop points don't need to fall exactly on the line.
这对于仅提取航点之间的部分路线非常有用。
¥This can be useful for extracting only the part of a route between waypoints.