# Vec3Distance *in [Lib.numbers.vec3](README.md)* Computes the distance between two vectors. (I.e., subtract two positions) ## Input Parameters | Name (Relevancy & Type) | Description | |---|---| | **Input1** (Vector3) | — | | **Input2** (Vector3) | — | ## Outputs | Name | Type | |---|---| | **Result** | System.Single |