Table of Contents

Method EuclideanNorm

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

EuclideanNorm(GridPoint2)

Returns the Euclidean norm of a point, defined as the square root of the sum of the squares of the coordinates.

public static float EuclideanNorm(GridPoint2 point)

Parameters

point GridPoint2

Returns

float

EuclideanNorm(Vector2)

Returns the Euclidean norm of a point, defined as the square root of the sum of the squares of the coordinates.

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

Parameters

point Vector2

Returns

float