@idm-plugin/geo 1.9.6 → 1.9.8
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.
- package/dist/index.js +198 -187
- package/dist/index.umd.cjs +3 -3
- package/dist/lane/src/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/lane/src/index.d.ts
CHANGED
|
@@ -378,4 +378,10 @@ export declare class LaneHelper {
|
|
|
378
378
|
speed: number;
|
|
379
379
|
etd: string;
|
|
380
380
|
}, route: any[]): any;
|
|
381
|
+
/**
|
|
382
|
+
* 船舶航首向与其它要素的夹角
|
|
383
|
+
* @param bearing 航首向
|
|
384
|
+
* @param degree 要素角度,如 swell.degree
|
|
385
|
+
*/
|
|
386
|
+
static includedAngle(bearing: number, degree: number): number;
|
|
381
387
|
}
|