IPointWithCutCircle interface
切圆(就是内挖一个倒圆的形状)
Signature:
interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'>
Links: interface IPointWithCutCircle extends Omit<IPointWithCircle, 'type'>
Extends: Omit<IPointWithCircle, 'type'>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | 是否顺时针 未设置时,则为false | ||