English
Appearance
Home > SYS_Math > intersection
计算两个多边形的交集
public intersection(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput): TSYS_MathPolygonGroup;
Parameter
Type
Description
polygon1
TSYS_MathPolygonInput
多边形 1
polygon2
多边形 2
TSYS_MathPolygonGroup
交集结果的多边形组,空数组表示无交集