Calculates the Distance between two 2d points
Summary (oneliner)
Updates the output (Distance
) every time one of the values changes.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
x1 (Number)
X-coordinate of the first point
y1 (Number)
Y-coordinate of the first point
x2 (Number)
X-coordinate of the second point
y2 (Number)
Y-coordinate of the second point
Outputs
distance (Number)
The distance between point 1 and point 2