Measure Distance
analysis_measure_distanceMeasures the Euclidean distance between two points using their coordinates. Provide x1, y1, x2, y2 to get the straight-line distance.
Instructions
Measure the Euclidean distance between two points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Point 1 X | |
| x2 | Yes | Point 2 X | |
| y1 | Yes | Point 1 Y | |
| y2 | Yes | Point 2 Y |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||