Properties
contourIndex
contourIndex: number
extractPath
extract
Path: (start: number, end: number, props: { startWithMoveTo: boolean }) => IPath
Type declaration
-
- (start: number, end: number, props: { startWithMoveTo: boolean }): IPath
-
Parameters
-
start: number
-
end: number
-
props: { startWithMoveTo: boolean }
getTangentForOffset
get
TangentForOffset: (distance: number) => undefined | ITangent
Type declaration
-
- (distance: number): undefined | ITangent
isClosed
isClosed: boolean
toString
toString: () => string