Point: Tangent from external point
point_tangentCompute tangent point on a circle from an external point. Returns coordinates; raises error if the point is inside the circle.
Instructions
Compute the tangent point on a circle from an external point. Returns {x, y}. Raises if the from-point is inside the circle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref_x | No | Reference X to pick nearest tangent point when two exist | |
| ref_y | No | Reference Y | |
| from_x | Yes | X of the external point | |
| from_y | Yes | Y of the external point | |
| circle_handle | Yes | Handle of the CIRCLE entity |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||