• Parameters

    • boundary: [number, number][]

      an array of 2D points, each point is an array of numbers

    • solutions: VecLine2[]

      an array of solutions in vector-origin form

    • line1: VecLine2

      the line parameter for axiom 6

    • line2: VecLine2

      the line parameter for axiom 6

    • point1: [number, number]

      the point parameter for axiom 6

    • point2: [number, number]

      the point parameter for axiom 6

    Returns boolean[]

    array of booleans (true if valid) matching the solutions array

    Description

    Validate the input parameters to origami axiom 6 with respect to a boundary polygon that represents the folding surface.