• Parameters

    • line1: UniqueLine

      one 2D line in {normal, distance} form, the line the point will be brought onto.

    • line2: UniqueLine

      one 2D line in {normal, distance} form, the line which the perpendicular will be based off.

    • point: [number, number]

      the point to bring onto the line

    Returns [UniqueLine?]

    an array of one solution in {normal, distance} form

    Description

    origami axiom 7: form a line by bringing a point onto a given line while being perpendicular to another given line.