Nodes > Math > Geometric > Distance
Returns the distance between the two input points. Equivalent to the length of (A - B).
Inputs
Name | Type | Description |
---|---|---|
A | float | First point |
B | float | Second point |
Outputs
Name | Type | Description |
---|---|---|
distance( A, B ) | float | Distance between A and B |
Was this page helpful?