⇐ Index ⇐ Math Utility
Distance(<-start <-end) ->dist
Returns the distance between two given vector positions. Note that the vectors can be 1,2,3, or 4 dimensional.
distance(V3(0 0 0) V3(10 20 30)) ->dist trace(<-dist)
⇐ Index