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(a,b,order)
returns the Minkowski distance between two points a
and bof order
order`.
Order 1 is equivalent to manhattan distance, 2 to Euclidean distance, otherwise all bets are off.