IDP.Math.KPtInLoopType enum
点与环的位置关系类型。
Point and loop position relation type.
Signature:
export enum KPtInLoopType
Enumeration Members
Member | Value | Description |
---|---|---|
Inside |
| 点在环中。 The point is inside the loop. |
OnEdge |
| 点在环的边上。 The point is on the edge of loop |
OnVertex |
| 点在环的端点上。 The point is on the vertex of loop |
Outside |
| 点在环外。 The point is outside the loop. |