Table of Contents

Method ManhattanNorm

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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

int