Hello, I originally started writing these functions in autoit, because of how easy it was to debug my code (the algorithms are actually implemented in php, though the same functionality could be used without conversion by using aucgi).
My original intended purpose for these functions was to allow my web server to calculate if a player was between two points(inside a "region") in a game(minecraft).
Currently my functions can do the following:
Calculate the absolute distance between two points
Calculate the volume between two points(to the nearest whole number)
Calculate all points betwe