Measure Distance
analysis_measure_distanceMeasure Euclidean distance between two points by specifying their x and y coordinates.
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 | |||