Vector functions
Reference documentation for Expressif functions in the vector scope.
| Name | Overview |
|---|---|
distance | Returns the Euclidean distance between the input vector and another vector of the same dimension. |
dot | Returns the dot product of the input vector and another vector of the same dimension. |
magnitude | Returns the Euclidean magnitude of the input vector. |
normalize | Returns a unit vector pointing in the same direction as the input vector. |