跳到主要内容

KPtInLoopResult interface

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

Point and loop position relation check result.

Signature:

export interface KPtInLoopResult 

Properties

Property

Modifiers

Type

Description

curve?

KBoundedCurve2d

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

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

ptInLoopType

KPtInLoopType

点与环的位置关系。

Point and loop position relation type.