Table of Contents

Method ChebychevNorm

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ChebychevNorm(GridPoint2)

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

public static int ChebychevNorm(GridPoint2 point)

Parameters

point GridPoint2

Returns

int

ChebychevNorm(Vector2)

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

[Version(2, 3, 10)]
public static float ChebychevNorm(Vector2 point)

Parameters

point Vector2

Returns

float