跳到主要内容

IDP.Math.KPtInLoopType enum

点与环的位置关系类型。

Point and loop position relation type.

Signature:

export enum KPtInLoopType 

Enumeration Members

Member

Value

Description

Inside

1

点在环中。

The point is inside the loop.

OnEdge

-1

点在环的边上。

The point is on the edge of loop

OnVertex

-2

点在环的端点上。

The point is on the vertex of loop

Outside

0

点在环外。

The point is outside the loop.