Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Math > BlueprintAPI/GeometryScript/Math/VectorMath
Compute the length/magnitude of each vector in VectorListA and return in new ScalarList. Note that SquaredLength can be computed using VectorDot(A,A).
Target is Geometry Script Library Vector Math Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Vector List |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value |