跳到主要内容

KPtInLoopResult 接口

export interface KPtInLoopResult 

点与环的位置关系计算结果。

Point and loop position relation check result.

属性

curve

curve?: KBoundedCurve2d;

如果ptInLoopType的类型是onedge,那么点在环上所在的曲线, 否则该属性为未定义。

If ptInLoopType is equal to ptInLoopType.OnEdge, the curve is that the point is on, otherwise undefined.

类型: KBoundedCurve2d

ptInLoopType

ptInLoopType: KPtInLoopType;

点与环的位置关系。

Point and loop position relation type.

类型: KPtInLoopType