@idm-plugin/geo 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -315,6 +315,12 @@ export declare class LaneHelper {
315
315
  * @param waypoints 带时间的轨迹, 单位秒
316
316
  */
317
317
  static nearestTSPointInWaypoints(ts: number, step: number, waypoints: Coordinate[]): Coordinate | undefined;
318
+ /**
319
+ * 翻转轨迹
320
+ * @param route
321
+ */
322
+ static reverseRoute(route: number[][][]): number[][][];
323
+ static reverseCoordinates(coordinates: Coordinate[]): Coordinate[];
318
324
  /**
319
325
  * 计算AIRoute
320
326
  * @param from
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "1.5.5",
4
+ "version": "1.5.6",
5
5
  "description": "idm plugin for geo",
6
6
  "type": "module",
7
7
  "keywords": [