Summary

public static long DistanceManhattan(Vector3L first, Vector3L second)

Manhattan distance (cube distance) X + Y + Z of Abs(first - second)

Returns

long

Parameters