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

    • line2: VecLine2

      the line parameter for axiom 7

    • point: [number, number]

      the point parameter for axiom 7

    Returns boolean[]

    true if the parameters/solutions are valid

    Description

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