Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPathIntersection

两条路径的交点.

Hierarchy

  • IPathIntersection

Index

Properties

intersectionPoints

intersectionPoints: IPoint[]

两条路径相交的点数组。数组的长度可以是 1 或 2 .

Optional path1Angles

path1Angles: number[]

仅当传递给路径交集的第一个参数是圆弧或圆时,才会定义此数组属性. 它包含相对于第一个路径参数的交点角度. 数组的长度可以是 1 或 2.

Optional path2Angles

path2Angles: number[]

仅当传递给路径交集的第二个参数是圆弧或圆时,才会定义此数组属性. 它包含相对于第二个路径参数的交点角度. 数组的长度可以是 1 或 2.

Generated using TypeDoc