• 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 3

    • line2: VecLine2

      the line parameter for axiom 3

    Returns boolean[]

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

    Description

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