# Chebyshev Distance node Returns the distance between two points using Chebyshev distance matrix.
**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| ___