1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 04:15:58 +08:00
Files
Godot-Shader-Lib/documentation/Nodes/Maths/Vector/Distance/ChebyshevDistance.md

21 lines
499 B
Markdown
Raw Normal View History

2024-03-19 19:47:24 +05:30
# Chebyshev Distance node
Returns the distance between two points using Chebyshev 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|
|power|float|none|Power to use for Chebyshev distance|
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|distance|float|None|Distance between 2 points|
___