Method ManhattanNorm
ManhattanNorm(GridPoint3)
Returns the Manhattan norm of a point, defined as the sum of the absolute values of the coordinates.
public static int ManhattanNorm(GridPoint3 point)
Parameters
point
GridPoint3
Returns the Manhattan norm of a point, defined as the sum of the absolute values of the coordinates.
public static int ManhattanNorm(GridPoint3 point)
point
GridPoint3