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

Distance2d Op

Distance2d

Calculates the Distance between two 2d points


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


Edit Documentation

Full Name
  • Ops.Math.Distance2d
Visibility
  • Core Op - Official cables op
AuthorTest Patches


 

INPUT PORTS


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

OUTPUT PORTS


distance (Number)

The distance between point 1 and point 2


Usages of Distance2d

  • Examples
  • Public
  • My Patches
  • Ops