Class PathPointList

PathPointList input points to generate a PathPoint list

Constructors

Properties

array: any[]
count: number

Methods

  • Parameters

    • current: any
    • next: any
    • cornerRadius: any
    • cornerSplit: any
    • up: any

    Returns void

  • Parameters

    • current: any

    Returns void

  • Parameters

    • index: any

    Returns any

  • Parameters

    • current: any
    • next: any
    • up: any
    • dirType: number = 0
    • sharp: boolean = false

    Returns void

  • Parameters

    • current: any
    • next: any
    • up: any

    Returns void

  • Get distance of this path

    Returns any

  • Set points

    Parameters

    • points: any

      key points array

    • cornerRadius: number = 0.1
    • cornerSplit: number = 10
    • up: any = null
    • close: boolean = false

    Returns void