功能:提供房间和墙体关联关系
This commit is contained in:
2
types/GraphicsSystem/IntersectWith.d.ts
vendored
2
types/GraphicsSystem/IntersectWith.d.ts
vendored
@@ -45,7 +45,7 @@ export declare function IntersectCircleAndCircle(cu1: Circle | Arc, cu2: Circle
|
||||
* @param {IntersectOption} extType 延伸选项
|
||||
* @returns 交点集合
|
||||
*/
|
||||
export declare function IntersectCircleAndArc(circle: Circle, arc: Arc, extType: IntersectOption, tolerance?: number): any;
|
||||
export declare function IntersectCircleAndArc(circle: Circle, arc: Arc, extType: IntersectOption, tolerance?: number): IntersectResult[];
|
||||
/**
|
||||
* 计算圆弧与圆弧的交点
|
||||
*
|
||||
|
Reference in New Issue
Block a user