Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPathMetric

Hierarchy

  • IPathMetric

Index

Properties

contourIndex

contourIndex: number

extractPath

extractPath: (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 }
        • startWithMoveTo: boolean

      Returns IPath

getTangentForOffset

getTangentForOffset: (distance: number) => undefined | ITangent

Type declaration

    • (distance: number): undefined | ITangent
    • Parameters

      • distance: number

      Returns undefined | ITangent

isClosed

isClosed: boolean

length

length: number

toString

toString: () => string

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc