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