~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#math_utility| Math Utility]] ====== 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) <=[[4rpl:start| Index]]