与主干版本同步
This commit is contained in:
10
types/DatabaseServices/PointInPolyline.d.ts
vendored
10
types/DatabaseServices/PointInPolyline.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user