与主干版本同步

This commit is contained in:
ChenX
2023-05-08 10:53:13 +08:00
parent 8e481e821c
commit ee08cb516b
1748 changed files with 15504 additions and 13758 deletions

View File

@@ -1,4 +1,4 @@
import { Vector3 } from 'three';
import { Vec2, Vector3 } from 'three';
import { Arc } from './Entity/Arc';
import { Polyline } from './Entity/Polyline';
/**
@@ -17,4 +17,12 @@ export declare function IsPointInBowArc(arc: Arc, pt: Vector3, isInChrodIsTrue?:
* @returns 点在多段线内部
*/
export declare function IsPointInPolyLine(pl: Polyline, pt: Vector3): boolean;
/**
* 点在区域内部
*
* @param pt
* @param pts
* @returns
*/
export declare function IsPointInPolygon(pt: Vec2, pts: Vec2[]): boolean;
//# sourceMappingURL=PointInPolyline.d.ts.map