Table of Contents

Method ChebychevNorm

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ChebychevNorm(GridPoint3)

Returns the Euclidean norm of a point, defined as the maximum of the absolute values of the coordinates.

public static int ChebychevNorm(GridPoint3 point)

Parameters

point GridPoint3

Returns

int