mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 04:15:58 +08:00
20 lines
444 B
Markdown
20 lines
444 B
Markdown
![]() |
# Manhattan Distance node
|
||
|
Returns the distance between two points using Manhattan distance matrix.
|
||
|
<hr>
|
||
|
|
||
|
**Controls**
|
||
|
|Options|Description|
|
||
|
|---|---|
|
||
|
|Vector2, Vector3|Vector type to use for calculation|
|
||
|
|
||
|
**Inputs**
|
||
|
|Name|Type|Binding|Description|
|
||
|
|---|---|---|---|
|
||
|
|a|Dynamic vector|none|Point a|
|
||
|
|b|Dynamic vector|none|Point b|
|
||
|
|
||
|
**Outputs**
|
||
|
|Name|Type|Binding|Description|
|
||
|
|---|---|---|---|
|
||
|
|distance|float|None|Distance between 2 points|
|
||
|
___
|