Table of Contents

Method EuclideanNorm

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

EuclideanNorm(GridPoint3)

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

public static float EuclideanNorm(GridPoint3 point)

Parameters

point GridPoint3

Returns

float