同步源码
This commit is contained in:
3
types/DatabaseServices/Contour.d.ts
vendored
3
types/DatabaseServices/Contour.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
import { Vector3 } from "three";
|
||||
import { IntersectResult } from "../GraphicsSystem/IntersectWith";
|
||||
import { Circle } from "./Entity/Circle";
|
||||
import { Curve } from "./Entity/Curve";
|
||||
import { Polyline } from "./Entity/Polyline";
|
||||
@@ -58,7 +59,7 @@ export declare class Contour {
|
||||
* @param smallCurve 传入的这个曲线不能比本轮廓还大(这个需要自己优化?)
|
||||
* @returns
|
||||
*/
|
||||
ContainerCurve(smallCurve: Polyline | Circle | Curve, isAreaCheckd?: boolean, ipts?: any[]): boolean;
|
||||
ContainerCurve(smallCurve: Polyline | Circle | Curve, isAreaCheckd?: boolean, ipts?: IntersectResult[]): boolean;
|
||||
Equal(tar: Contour): boolean;
|
||||
}
|
||||
export declare function fastCurveInCurve2(bigCurve: Polyline | Circle, smallCurve: Curve, iPt?: Vector3): boolean;
|
||||
|
Reference in New Issue
Block a user