beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Distance2d Op

Ops.Math.Distance2d


Distance2d
Namespace: Ops.Math

Op author: pandur

Test Patches: 1 Test

Calculates the Distance between two 2d points


Updates the output (Distance) every time one of the values changes.



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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

distance2d

Open Example In Editor

Patches using Distance2d