Docs Home
/
KCL Standard Library/
Functions/
solver::perpendicularsolver::perpendicularFunction in std::solver
Constrain lines to be perpendicular.
Currently limited to two lines.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
input | [Segment; 2+] | The line segments that should remain perpendicular. Currently limited to two lines. | Yes |