Graphmath.Vec2.minkowski_distance

You're seeing just the function minkowski_distance, go back to Graphmath.Vec2 module for more information.
Link to this function

minkowski_distance(arg1, arg2, order)

Specs

minkowski_distance(vec2(), vec2(), number()) :: number()

minkowski_distance(a,b,order) returns the Minkowski distance between two points a and bof orderorder`. Order 1 is equivalent to manhattan distance, 2 to Euclidean distance, otherwise all bets are off.